Skip to content

Commit 11a247e

Browse files
committed
Simplify code
1 parent d8d6b36 commit 11a247e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/quo/components/wallet/account_card/properties.cljs

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
(defn gradient-end-color
99
[theme customization-color]
10-
(colors/theme-colors (colors/resolve-color customization-color theme 6)
11-
(colors/resolve-color customization-color theme 6)
12-
theme))
10+
(colors/resolve-color customization-color theme 6))
1311

1412
(defn alert-icon-color
1513
[theme]

0 commit comments

Comments
 (0)