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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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