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

This commit is contained in:
heaven 2026-05-11 00:58:39 +03:00
parent 4b39046c09
commit 9c204c1af6

View file

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