Browse Source

fix(css): fix css problem with @charlie 's help

defclass 5 years ago
parent
commit
ba57929c46
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/main/frontend/components/publishing.cljs

+ 3 - 2
src/main/frontend/components/publishing.cljs

@@ -69,14 +69,15 @@
                                   (page-handler/page-add-properties! page-name {:published false})))
                               (state/remove-current-project)
                               (notification/show! "The project was deleted successfully." :success))))))
-          :background "pink")]
+          :background "red")]
 
        [:div.cp__publishing-pj-bt
         (ui/button
           (t :publishing/cancel)
           :on-click (fn [e]
                       (util/stop e)
-                      (reset! editor-state :display)))]])))
+                      (reset! editor-state :display))
+          :background "pink")]])))
 
 (rum/defcs my-publishing
   < rum/reactive db-mixins/query