1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 19:23:52 +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:
Danielle Flinn
2023-08-19 06:50:36 -07:00
committed by GitHub
parent 052fe1991d
commit 5bd2fbfbba
3 changed files with 54 additions and 48 deletions

View File

@@ -5,11 +5,17 @@
.toast-container {
.toast-close-button {
@include themify($themes) {
color: themed("toastTextColor");
}
font-size: 18px;
margin-right: 4px;
}
.ngx-toastr {
@include themify($themes) {
color: themed("toastTextColor");
}
align-items: center;
background-image: none !important;
border-radius: $border-radius;