Skip to content

Commit

Permalink
blur
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Dec 21, 2023
1 parent 8a90a3c commit c232645
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 0 additions & 5 deletions src/quo/components/settings/category/settings/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@
[react-native.core :as rn]))

(defn- category-internal
<<<<<<< HEAD
[{:keys [label data blur? container-style theme]}]
[rn/view {:style (merge (style/container label) container-style)}
=======
[{:keys [label data] :as props}]
[rn/view {:style (style/container label)}
>>>>>>> 5007b27b2 (review)
(when label
[text/text
{:weight :medium
Expand Down
6 changes: 1 addition & 5 deletions src/quo/components/settings/settings_item/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,7 @@
nil)])

(defn- internal-view
<<<<<<< HEAD
[{:keys [title on-press action-props accessibility-label container-style] :as props}]
=======
[{:keys [title on-press action-props accessibility-label blur?] :as props}]
>>>>>>> ccc60001f (wallet: receive screen)
[{:keys [title on-press action-props accessibility-label blur? container-style] :as props}]
[rn/pressable
{:style (merge style/container container-style)
:on-press on-press
Expand Down

0 comments on commit c232645

Please sign in to comment.