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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user