Skip to content

Commit edc9e69

Browse files
committed
lint-fix
1 parent aacd31b commit edc9e69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/status_im2/contexts/share/style.cljs

+5-5
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
:padding-top 2})
6464

6565
(def profile-address-container
66-
{:flex-direction :row
67-
:justify-content :flex-start
68-
:margin-top 4})
66+
{:flex-direction :row
67+
:justify-content :flex-start
68+
:margin-top 4})
6969

7070
(def emoji-address-container
71-
{:flex-direction :row
72-
:justify-content :flex-start})
71+
{:flex-direction :row
72+
:justify-content :flex-start})
7373

7474
(def emoji-hash-label
7575
{:color colors/white-opa-40

0 commit comments

Comments
 (0)