Skip to content

Commit 09e3443

Browse files
committed
fix color
1 parent d7ebbf5 commit 09e3443

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/quo2/components/list_items/token_value/view.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
[quo2.components.list-items.token-value.style :as style]))
1212

1313
(defn- internal-view
14-
[{:keys [theme color state status token metrics? values]}]
14+
[{:keys [theme customization-color state status token metrics? values]}]
1515
(let [bg-opacity (case state
1616
:active 10
1717
:pressed 5
1818
0)
1919
{:keys [crypto-value fiat-value percentage-change fiat-change]} values]
2020
[rn/view
21-
{:style (style/container color bg-opacity)
21+
{:style (style/container customization-color bg-opacity)
2222
:accessibility-label :container}
2323
[rn/view
2424
{:style {:flex-direction :row

src/status_im2/contexts/quo_preview/list_items/token_value.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
(let [state (reagent/atom {:token :snt
4242
:state :default
4343
:status :empty
44-
:color :blue
44+
:customization-color :blue
4545
:metrics? true
4646
:values {:crypto-value "0.00"
4747
:fiat-value "€0.00"

0 commit comments

Comments
 (0)