File tree 2 files changed +3
-3
lines changed
src/quo2/components/list_items/token_value
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
(:require [quo2.foundations.colors :as colors]))
3
3
4
4
(defn container
5
- [color bg-opacity]
5
+ [color bg-opacity theme ]
6
6
{:width 359
7
7
:height 56
8
8
:padding-horizontal 12
9
9
:padding-vertical 8
10
10
:border-radius 12
11
11
:flex-direction :row
12
12
:justify-content :space-between
13
- :backgroundColor (colors/custom-color-by-theme color 50 50 bg-opacity bg-opacity)})
13
+ :background-color (colors/custom-color-by-theme color 50 50 bg-opacity bg-opacity theme )})
14
14
15
15
(defn metric-text
16
16
[status theme]
Original file line number Diff line number Diff line change 18
18
0 )
19
19
{:keys [crypto-value fiat-value percentage-change fiat-change]} values]
20
20
[rn/view
21
- {:style (style/container customization-color bg-opacity)
21
+ {:style (style/container customization-color bg-opacity theme )
22
22
:accessibility-label :container }
23
23
[rn/view
24
24
{:style {:flex-direction :row
You can’t perform that action at this time.
0 commit comments