File tree 2 files changed +3
-3
lines changed
quo2/components/list_items/token_value
status_im2/contexts/quo_preview/list_items
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
[quo2.components.list-items.token-value.style :as style]))
12
12
13
13
(defn- internal-view
14
- [{:keys [theme color state status token metrics? values]}]
14
+ [{:keys [theme customization- color state status token metrics? values]}]
15
15
(let [bg-opacity (case state
16
16
:active 10
17
17
:pressed 5
18
18
0 )
19
19
{:keys [crypto-value fiat-value percentage-change fiat-change]} values]
20
20
[rn/view
21
- {:style (style/container color bg-opacity)
21
+ {:style (style/container customization- color bg-opacity)
22
22
:accessibility-label :container }
23
23
[rn/view
24
24
{:style {:flex-direction :row
Original file line number Diff line number Diff line change 41
41
(let [state (reagent/atom {:token :snt
42
42
:state :default
43
43
:status :empty
44
- :color :blue
44
+ :customization- color :blue
45
45
:metrics? true
46
46
:values {:crypto-value " 0.00"
47
47
:fiat-value " €0.00"
You can’t perform that action at this time.
0 commit comments