fix: MkInfo being transparent
This commit is contained in:
parent
e11630bdb2
commit
3d4c6340b9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user