Skip to content

Commit

Permalink
kebab-case and get rid of extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Apr 6, 2023
1 parent 4dccaa2 commit 5196d3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/status_im2/contexts/share/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def blur
{:style {:position :absolute :top 0 :left 0 :right 0 :bottom 0}
:overlayColor colors/neutral-80-opa-80
:overlay-color colors/neutral-80-opa-80
:blur-amount 20})

(def header-button
Expand Down Expand Up @@ -38,7 +38,6 @@
:justify-content :center
:align-items :center})


(def emoji-hash-container
{:border-radius 16
:margin-top 12
Expand Down

0 comments on commit 5196d3e

Please sign in to comment.