mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-12 05:30:12 +02:00
update shared filter components
This commit is contained in:
@@ -13,7 +13,7 @@ export const FolderButton = ({ isActive, ...props }: FolderButtonProps) => {
|
||||
<ActionIcon
|
||||
icon="folder"
|
||||
iconProps={{
|
||||
fill: isActive ? 'primary' : undefined,
|
||||
color: isActive ? 'primary' : undefined,
|
||||
size: 'lg',
|
||||
...props.iconProps,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user