1
0
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:
Victoria League
2024-09-11 14:54:07 -04:00
committed by GitHub
parent 8e4dab5eba
commit a0a0a7ae13
11 changed files with 100 additions and 90 deletions

View File

@@ -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"),