fix: remote warning being transparent

This commit is contained in:
Insert5StarName 2023-10-15 18:18:58 +02:00
parent 97df169ebe
commit 42895ab326
2 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,6 @@ const props = defineProps<{
&.warn {
background: var(--infoWarnBg);
color: var(--infoWarnFg);
z-index: 1;
}
}

View file

@ -23,6 +23,7 @@ defineProps<{
color: var(--infoWarnFg);
border-radius: var(--radius);
overflow: clip;
z-index: 1;
}
.link {