Fix signin info text in dark mode (#12968)

This commit is contained in:
Lasse Rosenow
2022-04-25 17:40:30 +02:00
committed by GitHub
parent 9fe1dfc070
commit d528ee68cd

View File

@@ -152,7 +152,6 @@ const logoURL = computed<string | null>(() => {
display: flex;
width: 100%;
height: 100%;
color: #263238;
:slotted(.v-icon) {
--v-icon-color: var(--foreground-subdued);