fix: update available text color in dark mode
This commit is contained in:
parent
729432bceb
commit
b73165fce4
1 changed files with 4 additions and 0 deletions
|
@ -85,4 +85,8 @@ export default {
|
||||||
margin-left: .5rem;
|
margin-left: .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark .update-notification {
|
||||||
|
color: var(--grey-200);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue