Skip to content

Commit

Permalink
Add spaces between styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tumanov-alex committed Nov 1, 2023
1 parent 3764304 commit 17eab55
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

(def container
{:flex 1})

(def input
{:margin-right 12
:flex 1})

(def data-item
{:margin-horizontal 20
:padding-vertical 8
:padding-horizontal 12})

(defn button-container
[bottom]
{:position :absolute
Expand Down

0 comments on commit 17eab55

Please sign in to comment.