fix(storage card): fix size of storage card icon

This commit is contained in:
Hristo Nedelkov 2024-02-09 23:43:30 +02:00
parent fee67e0901
commit 7a844b5280

View File

@ -77,7 +77,7 @@ const StorageCard = ({ storage, maxStorage }: StorageCardProps) => {
<IconText <IconText
icon={ icon={
message === 'Good' ? ( message === 'Good' ? (
<Icon src="icons/active.svg" width={16} /> <Icon src="icons/active.svg" width={16} height={16} />
) : ( ) : (
<IncorrectIcon size={16} /> <IncorrectIcon size={16} />
) )