Skip to content

Commit

Permalink
Conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Sep 20, 2022
1 parent 80a7ca8 commit 52abead
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions src/quo2/components/avatars/user_avatar.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,11 @@
:border-radius inner-dimensions})

(defn container [inner-dimensions outer-dimensions & children]
<<<<<<< HEAD
[rn/view {:style (merge {:background-color (colors/custom-color-by-theme :turquoise 50 60)
:justify-content :center
:align-items :center}
(container-styling inner-dimensions outer-dimensions))}
children])
=======
(let [bg-theme :light]
[rn/view {:style (merge {:background-color (colors/custom-color
:turquoise
bg-theme)
:justify-content :center
:align-items :center}
(container-styling inner-dimensions outer-dimensions))}
children]))
>>>>>>> 53d88abe3 (Implement wallet account switcher)

(def small-sizes #{:xs :xxs :xxxs})
(def identicon-sizes #{:big :medium :small})
Expand Down
4 changes: 0 additions & 4 deletions src/quo2/screens/main.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,7 @@
:padding-top (:top insets)
:padding-bottom 8
:padding-horizontal 16
<<<<<<< HEAD
:background-color (colors/theme-colors colors/white colors/neutral-90)}
=======
:background-color (:quo2-preview-background @colors/theme)}
>>>>>>> 5fbe1128f (Testing bools)
[theme-switcher]
[quo2-text/text {:size :heading-1} "Preview Quo2 Components"]
[rn/view
Expand Down

0 comments on commit 52abead

Please sign in to comment.