This commit is contained in:
Vanessa 2023-06-27 19:36:40 +08:00
parent d119108a0a
commit cfc4da244e
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@
box-sizing: border-box;
flex: 1;
background-color: var(--b3-theme-background);
border-radius: 0 12px 12px 0;
.b3-label {
padding: 16px 0;

View file

@ -33,7 +33,6 @@
}
&__container {
overflow: hidden;
border-radius: 12px;
background-color: var(--b3-theme-surface);
position: relative;