fix(ui): Syntax issue with the HidePreview icon

This commit is contained in:
blessedcoolant 2023-04-17 12:42:06 +12:00
parent 50eb02f68b
commit e1fbecfcf7

View File

@ -13,7 +13,7 @@ const CurrentImageHidden = () => {
color: 'base.400',
}}
>
<FaEyeSlash size={'30vh'} />
<FaEyeSlash fontSize="25vh" />
</Flex>
);
};