mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
* Add missing linear gradient to cards dark themed cards - Fix the `:ellipsis-mode` property - Simplify code
This commit is contained in:
parent
c7aa10c789
commit
680bc33971
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user