Skip to content

Commit

Permalink
fix(listbox): card shadow clipping when inside listbox item
Browse files Browse the repository at this point in the history
  • Loading branch information
awesome-pro committed Jul 17, 2024
1 parent a499ad5 commit 993495c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/theme/src/components/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const menuItem = tv({
"data-[focus-visible=true]:dark:ring-offset-background-content1",
],
wrapper: "w-full flex flex-col items-start justify-center",
title: "flex-1 text-small font-normal overflow-visible",
title: "flex-1 text-small font-normal",
description: ["w-full", "text-tiny", "text-foreground-500", "group-hover:text-current"],
selectedIcon: ["text-inherit", "w-3", "h-3", "flex-shrink-0"],
shortcut: [
Expand Down

0 comments on commit 993495c

Please sign in to comment.