fix(ui): transparent problem
This commit is contained in:
parent
261d8785dd
commit
dc2af95cde
@ -62,10 +62,10 @@ defineExpose({
|
|||||||
|
|
||||||
&:not(.noGap) {
|
&:not(.noGap) {
|
||||||
> .notes {
|
> .notes {
|
||||||
background: var(--bg);
|
// background: var(--bg);
|
||||||
|
|
||||||
.note {
|
.note {
|
||||||
// background: var(--panel);
|
background: var(--panel);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user