fix(ui): transparent problem

This commit is contained in:
무라쿠모 2024-07-25 21:06:14 +09:00
parent 261d8785dd
commit dc2af95cde
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7

View file

@ -62,10 +62,10 @@ defineExpose({
&:not(.noGap) {
> .notes {
background: var(--bg);
// background: var(--bg);
.note {
// background: var(--panel);
background: var(--panel);
border-radius: var(--radius);
}
}