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