fix: make update available button use the correct text color all the time
This commit is contained in:
parent
70e0696300
commit
ae2b0f97c4
@ -63,11 +63,11 @@ function refreshApp() {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
padding: .5rem;
|
||||
padding: .5rem .5rem .5rem 1rem;
|
||||
background: $warning;
|
||||
border-radius: $radius;
|
||||
font-size: .9rem;
|
||||
color: var(--grey-900);
|
||||
color: hsl(220.9, 39.3%, 11%); // color copied to avoid it changing in dark mode
|
||||
}
|
||||
|
||||
.update-notification__message {
|
||||
|
Loading…
x
Reference in New Issue
Block a user