Skip to content

Commit

Permalink
Move to style file
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac authored and J-Son89 committed Nov 17, 2023
1 parent c60f155 commit 394145a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
(:require [quo.foundations.colors :as colors]
[react-native.safe-area :as safe-area]))

(defn container []
(defn container
[]
{:flex 1
:margin-top (safe-area/get-top)})

Expand Down
2 changes: 1 addition & 1 deletion src/status_im2/contexts/syncing/setup_syncing/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
:background :blur
:on-press #(rf/dispatch [:navigate-back])
:right-side [{:icon-left :i/info
:label "swap button"
:label (i18n/label :t/how-to-pair)
:on-press #(rf/dispatch [:open-modal :how-to-pair])}]}]
[rn/view {:style style/page-container}
[rn/view {:style style/title-container}
Expand Down

0 comments on commit 394145a

Please sign in to comment.