Change the scale a bit

This commit is contained in:
Sam 2024-07-03 22:36:50 +01:00
parent 51984fd2af
commit e632bb2343

View file

@ -116,11 +116,11 @@ function getBadgeComponent(rank)
return (
<Tooltip text={rank.title}>
{() =>
<div style={{ transform: "scale(0.80)" }}>
<div style={{ transform: "scale(0.75)" }}>
<Button onClick={() => openRankModal(rank)} width={"21.69px"} height={"21.69px"} size={Button.Sizes.NONE} look={Button.Looks.BLANK}>
<rank.assetSVG height={"21.69px"}/>
</Button>
</div>
</div>
}
</Tooltip>
);