mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 23:05:11 +00:00
fix: MkInfo being transparent
This commit is contained in:
parent
e11630bdb2
commit
3d4c6340b9
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue