Vanessa 2022-10-27 09:53:13 +08:00
parent 89418f95d4
commit 949bdb646f
5 changed files with 110 additions and 24 deletions

View file

@ -15,6 +15,10 @@ a.b3-chip:hover {
border-radius: 16px;
transition: var(--b3-transition);
&--small {
line-height: 20px;
}
&--secondary {
background-color: var(--b3-theme-secondary);
color: var(--b3-theme-on-secondary);

View file

@ -304,7 +304,7 @@
padding: 8px;
color: var(--b3-theme-on-surface-light);
display: flex;
border-radius: 4px;
border-radius: 6px;
margin: 5px;
&:hover,