feat(profile): drop pill background on user-card kebab and enlarge the dots icon

This commit is contained in:
v.lagerev 2026-05-11 00:58:39 +03:00
parent 2a11f93964
commit 2bf2c0da84

View file

@ -203,12 +203,12 @@ export function UserActionsMenu({
<IconButton
size="300"
radii="Pill"
variant="SurfaceVariant"
fill="None"
onClick={open}
aria-pressed={!!cords}
aria-label={t('User.more')}
>
<Icon size="100" src={Icons.VerticalDots} />
<Icon size="200" src={Icons.VerticalDots} />
</IconButton>
</PopOut>
);