feat(desktop): custom update toast

This commit is contained in:
Adam
2025-12-18 04:26:17 -06:00
parent 194ff4919c
commit e37a75a411
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);
}
}