We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba1d92 commit 7cc9773Copy full SHA for 7cc9773
src/quo2/components/list_items/token_value/style.cljs
@@ -10,7 +10,7 @@
10
:border-radius 12
11
:flex-direction :row
12
:justify-content :space-between
13
- :background-color (colors/custom-color-by-theme color 50 50 bg-opacity bg-opacity)})
+ :backgroundColor (colors/custom-color-by-theme color 50 50 bg-opacity bg-opacity)})
14
15
(defn metric-text
16
[status theme]
0 commit comments