Vanessa 2023-03-27 08:43:20 +08:00 committed by Liang Ding
parent 434cb7ab5c
commit 557781e4a1
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
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 {