fix: toast colors

This commit is contained in:
Adam 2025-12-11 15:16:04 -06:00
commit bfdb236581
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 17 additions and 16 deletions

View file

@ -7,6 +7,7 @@
max-width: 320px;
border-radius: var(--radius-md);
background-color: var(--surface-float-base);
color: var(--text-inverted-base);
color: rgba(253, 252, 252, 0.94);
padding: 2px 8px;
border: 0.5px solid rgba(253, 252, 252, 0.2);