mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 10:26:53 +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
|
<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} />
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user