Skip to content

Commit

Permalink
fix(website): fix typo in styling guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed May 17, 2024
1 parent 47bf7d5 commit 0d8c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/content/pages/guides/styling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Leverage Tailwind CSS's variant selector to style a component based on its data-

```jsx
<Accordion.Root>
<Accordion.Item className="border-b border-gray-300 data-[data-state=open]:bg-gray-100">
<Accordion.Item className="border-b border-gray-300 data-[state=open]:bg-gray-100">
{/**/}
</Accordion.Item>
</Accordion.Root>
Expand Down

0 comments on commit 0d8c4f0

Please sign in to comment.