fix(cpuCard): fix all states of CPUCard

This commit is contained in:
Hristo Nedelkov 2024-03-26 10:56:59 +02:00 committed by Emil Ivanichkov
parent ce36998d69
commit 065f6a24c2
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ const CPUCard = ({ load }: CPUCardProps) => {
<IconText
icon={
message === 'Good' ? (
<Icon src="icons/active.svg" width={16} />
<Icon src="icons/active.svg" width={16} height={16} />
) : (
<IncorrectIcon size={16} />
)