1
0

fix: update available text color in dark mode

This commit is contained in:
kolaente
2022-01-18 21:31:40 +01:00
parent 729432bceb
commit b73165fce4

View File

@ -85,4 +85,8 @@ export default {
margin-left: .5rem;
}
}
.dark .update-notification {
color: var(--grey-200);
}
</style>