Skip to content

Commit

Permalink
Update accordion radius (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeno authored Nov 20, 2024
1 parent fdecf75 commit 960b9a9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { tv } from "tailwind-variants";
export const AccordionNextUiVariants = tv({
slots: {
base: "flex flex-col gap-lg p-0",
baseItem: "group/accordionItem data-[open=true]:rounded-md data-[open=true]:bg-components-accordion-open-bg",
baseItem: "group/accordionItem rounded-md data-[open=true]:bg-components-accordion-open-bg",
heading: [
"transition-background",
"rounded-none border-b-1 border-border-primary",
"rounded-md border-b-1 border-border-primary",
"bg-transparent group-data-[open=true]/accordionItem:bg-components-accordion-open-bg",
"group-hover/accordionItem:bg-background-primary-alt-hover",
"group-data-[open=true]/accordionItem:hover:bg-components-accordion-open-bg-hover",
"group-data-[open=true]/accordionItem:rounded-t-md",
"group-data-[open=true]/accordionItem:rounded-b-none",
],
trigger: "",
content: "",
Expand Down

0 comments on commit 960b9a9

Please sign in to comment.