fix(ui): transparent problem

This commit is contained in:
オスカー、 2024-07-25 21:06:14 +09:00
parent 261d8785dd
commit dc2af95cde
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7

View File

@ -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);
} }
} }