Sub-message was hard to read for non-error toasts
- Non-error = pink background, Error = dark red. The former provides bad contrast for --color-text-subtitle. - Use opacity instead of a hardcoded color.
This commit is contained in:
parent
f1ea0b20dd
commit
c970176386
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@
|
|||
}
|
||||
|
||||
.snack-bar__messageText--sub {
|
||||
font-size: var(--font-xsmall);
|
||||
color: var(--color-text-subtitle);
|
||||
font-size: var(--font-small);
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.snack-bar__close {
|
||||
|
|
Loading…
Reference in a new issue