mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[CL-395] Add and use art colors in svgs (#10990)
This commit is contained in:
@@ -54,6 +54,10 @@ module.exports = {
|
||||
600: rgba("--color-info-600"),
|
||||
700: rgba("--color-info-700"),
|
||||
},
|
||||
art: {
|
||||
primary: rgba("--color-art-primary"),
|
||||
accent: rgba("--color-art-accent"),
|
||||
},
|
||||
text: {
|
||||
main: rgba("--color-text-main"),
|
||||
muted: rgba("--color-text-muted"),
|
||||
|
||||
Reference in New Issue
Block a user