💄 (dashboard) Fix folder color for dark mode
This commit is contained in:
@ -39,7 +39,12 @@ export const PlusIcon = (props: IconProps) => (
|
||||
)
|
||||
|
||||
export const FolderIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<Icon
|
||||
viewBox="0 0 24 24"
|
||||
{...featherIconsBaseProps}
|
||||
fill="currentColor"
|
||||
{...props}
|
||||
>
|
||||
<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"></path>
|
||||
</Icon>
|
||||
)
|
||||
|
Reference in New Issue
Block a user