feat(desktop): custom update toast
This commit is contained in:
parent
194ff4919c
commit
e37a75a411
7 changed files with 135 additions and 66 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue