mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Use subtle color for search icon
This commit is contained in:
@@ -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 New Issue
Block a user