chore: Bump outline-icons (#5170
* Bump outline-icons to default use currentColor * wip
This commit is contained in:
@@ -18,11 +18,7 @@ export default function FileExtension(props: Props) {
|
||||
style={{ background: stringToColor(extension || "") }}
|
||||
$size={props.size || 28}
|
||||
>
|
||||
{extension ? (
|
||||
<span>{extension?.slice(0, 4)}</span>
|
||||
) : (
|
||||
<AttachmentIcon color="currentColor" />
|
||||
)}
|
||||
{extension ? <span>{extension?.slice(0, 4)}</span> : <AttachmentIcon />}
|
||||
</Icon>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user