Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed May 15, 2024
1 parent 47385bd commit 35ac42f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/status_im/contexts/wallet/send/input_amount/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
{:margin-left 8
:align-items :flex-start})

(def token-not-available-text
(defn token-not-available-text
[theme]
{:height 36
:flex 1
:color colors/danger-50})
:color (colors/resolve-color :danger theme)})
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/send/input_amount/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
:color colors/danger-50}]]
[rn/view {:style style/token-not-available-content-container}
[quo/text
{:style style/token-not-available-text
{:style (style/token-not-available-text theme)
:size :paragraph-2}
(i18n/label :t/token-not-available-on-receiver-networks {:token-symbol token-symbol})]
[quo/button
Expand Down

0 comments on commit 35ac42f

Please sign in to comment.