Skip to content

Commit

Permalink
fix(styles): combobox
Browse files Browse the repository at this point in the history
  • Loading branch information
Makisuo committed Jun 6, 2024
1 parent ecc5e9b commit 866f1be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/ten-eyes-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pixelshades/styles": patch
---

fix combobox focus styles
2 changes: 1 addition & 1 deletion packages/styles/src/components/combo-box/variants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { tv } from "tailwind-variants"

export const comboboxVaraints = tv({
slots: {
root: "max-h-inherit overflow-auto outline-none",
root: "max-h-inherit outline-none",
inputRoot: "relative flex w-full items-center",
item: "relative m-1 flex cursor-default flex-col rounded-md p-2 outline-none aria-selected:bg-subtle aria-selected:text-subtle-foreground data-[focused]:bg-subtle data-[focused]:aria-selected:bg-subtle ",
popover: "w-[--trigger-width]",
Expand Down

0 comments on commit 866f1be

Please sign in to comment.