@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user