Skip to content

Commit

Permalink
set max button in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: andrey <motor4ik@gmail.com>
  • Loading branch information
flexsurfer committed Jul 27, 2020
1 parent ceb09dc commit 6c5daaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/wallet/send/styles.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:padding-top (when-not small-screen? 16)
:padding-left 16})

(def set-max-button
(defn set-max-button []
{:height 35
:border-radius 40
:background-color colors/blue-light
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/wallet/send/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{:on-press
#(when token
(re-frame/dispatch [:wallet.send/set-max-amount token]))}
[react/view {:style styles/set-max-button}
[react/view {:style (styles/set-max-button)}
[react/text {:style {:color colors/blue}} (i18n/label :t/set-max)]]])

(defn fiat-value [amount {:keys [symbol]} prices wallet-currency]
Expand Down

0 comments on commit 6c5daaa

Please sign in to comment.