chore: generate
This commit is contained in:
parent
b207e32249
commit
8c72edb3ff
6 changed files with 15 additions and 11 deletions
|
|
@ -49,7 +49,10 @@ export function WindowsAppMenu(props: {
|
|||
return (
|
||||
<DropdownMenu gutter={4} modal={false} placement="bottom-start">
|
||||
{props.variant === "v2" ? (
|
||||
<div data-component="desktop-icon-button" class="flex h-7 w-9 shrink-0 items-center justify-center rounded-[6px] px-1">
|
||||
<div
|
||||
data-component="desktop-icon-button"
|
||||
class="flex h-7 w-9 shrink-0 items-center justify-center rounded-[6px] px-1"
|
||||
>
|
||||
<DropdownMenu.Trigger
|
||||
as={IconButtonV2}
|
||||
variant="ghost-muted"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue