diff --git a/src/quo/components/wallet/account_card/properties.cljs b/src/quo/components/wallet/account_card/properties.cljs index 31f5d7f522..d51711e5b5 100644 --- a/src/quo/components/wallet/account_card/properties.cljs +++ b/src/quo/components/wallet/account_card/properties.cljs @@ -3,17 +3,11 @@ (defn gradient-start-color [theme customization-color] - (colors/theme-colors - (colors/resolve-color customization-color theme 0) - colors/neutral-95 - theme)) + (colors/resolve-color customization-color theme 0)) (defn gradient-end-color [theme customization-color] - (colors/theme-colors - (colors/resolve-color customization-color theme 6) - colors/neutral-95 - theme)) + (colors/resolve-color customization-color theme 6)) (defn alert-icon-color [theme]