feat(profile): drop pill background on user-card kebab and enlarge the dots icon
This commit is contained in:
parent
2a11f93964
commit
2bf2c0da84
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue