mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
[PM-3334] Update desktop dark theme to match browser (#5890)
* Update variables.scss * update toast text color to have better WCAG contrast * added toastcolor variables * Update window.main.ts * Tweaked styles * darkened backgroundAlt2 and button background * lightened button border * lightened button backgroundColor * Update window.main.ts
This commit is contained in:
@@ -236,7 +236,7 @@ export class WindowMain {
|
||||
case "light":
|
||||
return "#ededed";
|
||||
case "dark":
|
||||
return "#222222";
|
||||
return "#15181e";
|
||||
case "nord":
|
||||
return "#3b4252";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user