Skip to content

Commit

Permalink
[error-modal] Adjust x-button
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jul 23, 2024
1 parent d3ce13d commit 68a36f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/re_com/error_modal.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
[:div {:on-mouse-enter (partial reset! hover? true)
:on-mouse-leave (partial reset! hover? false)
:style {:padding "12px 7px 7px 7px"}}
[u/x-button (merge props {:hover? hover? :stroke-width "1.2px"})]]))
[u/x-button (merge props {:width "12px"
:height "12px"
:hover? hover? :stroke-width "1.2px"})]]))

(defn error-modal
[& {:keys [severity title
Expand Down

0 comments on commit 68a36f5

Please sign in to comment.