Skip to content

Commit

Permalink
tidy: use styles namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Apr 29, 2024
1 parent cd1f363 commit 4dbdcc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
(ns status-im.contexts.communities.actions.share-community-channel.style
(:require [quo.foundations.colors :as colors]))

(defn container
[safe-area-top]
{:padding-top safe-area-top})

(def header-container
{:padding-horizontal 20
:padding-vertical 12})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[chat-id])]
[quo/overlay {:type :shell}
[rn/view
{:style {:padding-top (safe-area/get-top)}
{:style (style/container (safe-area/get-top))
:key :share-community}
[quo/page-nav
{:icon-name :i/close
Expand Down

0 comments on commit 4dbdcc1

Please sign in to comment.