mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +00:00
fix(storage card): fix size of storage card icon
This commit is contained in:
parent
fee67e0901
commit
7a844b5280
@ -77,7 +77,7 @@ const StorageCard = ({ storage, maxStorage }: StorageCardProps) => {
|
||||
<IconText
|
||||
icon={
|
||||
message === 'Good' ? (
|
||||
<Icon src="icons/active.svg" width={16} />
|
||||
<Icon src="icons/active.svg" width={16} height={16} />
|
||||
) : (
|
||||
<IncorrectIcon size={16} />
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user