1
0

fix: MkInfo being transparent 2x

This commit is contained in:
Amelia Yukii
2023-10-14 14:48:38 +02:00
committed by GitHub
parent 3d4c6340b9
commit ddd82eb831
@@ -32,6 +32,7 @@ const props = defineProps<{
&.warn {
background: var(--infoWarnBg);
color: var(--infoWarnFg);
z-index: 1;
}
}