Skip to content

Commit

Permalink
Move to style file
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesmac committed Nov 10, 2023
1 parent bf042f8 commit 57ef411
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 57ef411

Please sign in to comment.