This commit is contained in:
Vanessa 2023-04-21 09:51:04 +08:00
parent 685b7e1383
commit 49327bf274
9 changed files with 39 additions and 40 deletions

View file

@ -54,6 +54,10 @@
font-size: 12px;
}
&--mid {
padding: 2px 8px;
}
&--text,
&--cancel {
color: var(--b3-theme-primary);

View file

@ -628,7 +628,7 @@
border-radius: 4px;
box-shadow: var(--b3-dialog-shadow);
border: 1px solid var(--b3-theme-surface-lighter);
background-color: var(--b3-menu-background);
background-color: var(--b3-theme-surface);
z-index: 304;
padding: 4px;
}