refactor(docsearch): remove duplicate button text color declaration
Closes #65
This commit is contained in:
parent
2ab1d0a0fd
commit
85cdc5dbe3
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
|||
background: var(--docsearch-searchbox-background);
|
||||
border: 0;
|
||||
border-radius: 40px;
|
||||
color: var(--docsearch-text-color);
|
||||
color: var(--docsearch-muted-color);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue