feat(desktop): custom update toast

This commit is contained in:
Adam 2025-12-18 04:26:17 -06:00
commit e37a75a411
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
7 changed files with 135 additions and 66 deletions

View file

@ -134,7 +134,7 @@
padding: 0;
cursor: pointer;
color: var(--text-invert-strong);
color: var(--text-invert-weak);
font-family: var(--font-family-sans);
font-size: var(--font-size-base);
font-weight: var(--font-weight-medium);
@ -145,8 +145,8 @@
text-decoration: underline;
}
&:last-child {
color: var(--text-invert-weak);
&:first-child {
color: var(--text-invert-strong);
}
}