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}
|
{...props}
|
||||||
icon={showIcon && <RiSearchLine size={15} />}
|
icon={showIcon && <RiSearchLine size={15} />}
|
||||||
styles={{
|
styles={{
|
||||||
|
icon: { svg: { fill: 'var(--btn-default-fg)' } },
|
||||||
input: {
|
input: {
|
||||||
backgroundColor: isOpened ? 'inherit' : 'transparent !important',
|
backgroundColor: isOpened ? 'inherit' : 'transparent !important',
|
||||||
border: 'none !important',
|
border: 'none !important',
|
||||||
|
|
Reference in a new issue