Use subtle color for search icon

This commit is contained in:
jeffvli 2022-12-25 03:35:03 -08:00
parent e08ffcf20d
commit 3b769233cf

View file

@ -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',