Vanessa 2023-03-27 08:43:20 +08:00
parent 9d08fc2c67
commit 760a28a2ab
2 changed files with 4 additions and 0 deletions

View file

@ -98,6 +98,7 @@
&__toggle {
display: flex;
align-items: center;
height: 22px;
padding: 0 4px;
color: var(--b3-theme-on-surface-light);
transition: var(--b3-transition);
@ -124,6 +125,7 @@
margin-right: 4px;
line-height: 22px;
transition: var(--b3-transition);
height: 22px;
padding: 0 4px;
flex-shrink: 0;

View file

@ -131,6 +131,8 @@
font-size: 17px;
padding: 0;
border: 0;
background-color: transparent;
color: var(--b3-theme-on-background);
}
&__search {