Vanessa 2022-10-15 12:09:48 +08:00
parent 0a50de24d2
commit a56ef14bdc
3 changed files with 8 additions and 6 deletions

View file

@ -117,9 +117,9 @@
}
&--active {
background-color: var(--b3-theme-background-light);
border-radius: 2px;
color: var(--b3-theme-on-background);
background-color: var(--b3-theme-primary);
border-radius: 4px;
color: var(--b3-theme-on-primary);
}
}