Use subtle color for search icon
This commit is contained in:
parent
e08ffcf20d
commit
3b769233cf
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ export const SearchInput = ({
|
|||
{...props}
|
||||
icon={showIcon && <RiSearchLine size={15} />}
|
||||
styles={{
|
||||
icon: { svg: { fill: 'var(--btn-default-fg)' } },
|
||||
input: {
|
||||
backgroundColor: isOpened ? 'inherit' : 'transparent !important',
|
||||
border: 'none !important',
|
||||
|
|
Reference in a new issue