1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[CL-874] Replace or ignore hardcoded colors in svgs (#16871)

* [CL-874] Replace or ignore hardcoded colors in svgs

* missed the logo color remaining in dark mode

* set svg color lint rule to error

* add bw blue color
This commit is contained in:
Vicki League
2025-10-18 16:46:24 -04:00
committed by GitHub
parent 28807a32d5
commit b9edd453ba
9 changed files with 42 additions and 8 deletions

View File

@@ -83,6 +83,7 @@ module.exports = {
contrast: "var(--color-hover-contrast)",
},
"marketing-logo": rgba("--color-marketing-logo"),
"bw-blue": rgba("--color-bw-blue"),
illustration: {
outline: rgba("--color-illustration-outline"),
"bg-primary": rgba("--color-illustration-bg-primary"),