fix: MkInfo being transparent

This commit is contained in:
Amelia Yukii 2023-10-14 14:01:08 +02:00 committed by GitHub
parent e11630bdb2
commit 3d4c6340b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ const props = defineProps<{
color: var(--infoFg);
border-radius: var(--radius);
white-space: pre-wrap;
z-index: 1;
&.warn {
background: var(--infoWarnBg);