style: switching hovered and idle colors (#4526)
This commit is contained in:
parent
b8b4f960dd
commit
a177829976
@ -17,7 +17,7 @@ const SearchInput = styled.input`
|
||||
background-image: url(${searchIcon});
|
||||
background-size: 20px 20px;
|
||||
background-position: 12px center;
|
||||
background-color: ${({ theme }) => theme.backgroundSurface};
|
||||
background-color: ${({ theme }) => theme.backgroundModule};
|
||||
border-radius: 12px;
|
||||
border: 1px solid ${({ theme }) => theme.backgroundOutline};
|
||||
height: 100%;
|
||||
@ -27,7 +27,7 @@ const SearchInput = styled.input`
|
||||
color: ${({ theme }) => theme.textSecondary};
|
||||
|
||||
:hover {
|
||||
background-color: ${({ theme }) => theme.backgroundModule};
|
||||
background-color: ${({ theme }) => theme.backgroundSurface};
|
||||
}
|
||||
|
||||
:focus {
|
||||
|
Loading…
Reference in New Issue
Block a user