update shared filter components

This commit is contained in:
jeffvli
2025-10-13 18:25:29 -07:00
parent f6a7af2b12
commit cd578db53a
14 changed files with 359 additions and 56 deletions
@@ -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,
}}