We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7aa10c commit 680bc33Copy full SHA for 680bc33
src/quo/components/wallet/account_card/properties.cljs
@@ -3,17 +3,11 @@
3
4
(defn gradient-start-color
5
[theme customization-color]
6
- (colors/theme-colors
7
- (colors/resolve-color customization-color theme 0)
8
- colors/neutral-95
9
- theme))
+ (colors/resolve-color customization-color theme 0))
10
11
(defn gradient-end-color
12
13
14
- (colors/resolve-color customization-color theme 6)
15
16
+ (colors/resolve-color customization-color theme 6))
17
18
(defn alert-icon-color
19
[theme]
0 commit comments