1
0

fix: make update available button use the correct text color all the time

This commit is contained in:
kolaente 2023-07-05 17:26:13 +02:00
parent 70e0696300
commit ae2b0f97c4
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -63,11 +63,11 @@ function refreshApp() {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
gap: 1rem; gap: 1rem;
padding: .5rem; padding: .5rem .5rem .5rem 1rem;
background: $warning; background: $warning;
border-radius: $radius; border-radius: $radius;
font-size: .9rem; 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 { .update-notification__message {