Skip to content

Commit

Permalink
Smaller fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Jan 12, 2024
1 parent 44131c0 commit 2379694
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/quo/components/notifications/toast/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
[theme]
{:background-color (colors/theme-colors colors/neutral-80-opa-70 colors/white-opa-70 theme)
:flex-direction :row
:align-items :center
:justify-content :space-between
:padding-vertical 8
:padding-horizontal 8
:padding 8
:border-radius 12})

(defn title
Expand All @@ -48,7 +46,8 @@
:container-style {:width 20 :height 20}})

(def left-side-container
{:padding 2})
{:padding 2
:padding-top 4})

(def right-side-container
{:padding 4
Expand Down

0 comments on commit 2379694

Please sign in to comment.