Skip to content

Commit

Permalink
design review
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Dec 20, 2023
1 parent 6f592da commit 49548e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/quo/components/drawers/drawer_top/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
[theme blur?]
{:color (if blur?
colors/white-opa-40
(colors/theme-colors colors/neutral-50 colors/neutral-40 theme))})
(colors/theme-colors colors/neutral-50 colors/neutral-40 theme))
:margin-top 2})

(def left-container
{:margin-right 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:left 0
:right 0
:bottom 0
:overlay-color colors/neutral-80-opa-80-blur})
:overlay-color colors/neutral-100-opa-70-blur})

(def data-item
{:margin-horizontal 20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
[blur/view
{:style style/blur
:blur-amount 20
:blur-radius (if platform/android? 25 10)}])
:blur-radius 25}])
[quo/drawer-top
{:title (i18n/label :t/network-preferences)
:description (i18n/label :t/network-preferences-desc)
Expand Down Expand Up @@ -109,7 +109,7 @@
network))}))
layer-2-networks)}]
[quo/bottom-actions
{:button-one-label (i18n/label :t/confirm)
{:button-one-label (i18n/label :t/update)
:button-one-props {:disabled? (= @state :default)
:on-press (fn []
(let [chain-ids (map :chain-id current-networks)]
Expand Down

0 comments on commit 49548e6

Please sign in to comment.