Skip to content

Commit

Permalink
fix(theme): support RTL for breadcrumbs (#3927)
Browse files Browse the repository at this point in the history
* fix(breadcrumbs): added separator rotation for RTL #2486

* chore(changeset): added changeset
  • Loading branch information
ShrinidhiUpadhyaya authored Oct 23, 2024
1 parent ff04a87 commit a0d7141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quick-geckos-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/theme": patch
---

separator icon RTL support in Breadcrumbs component (#2486)
2 changes: 1 addition & 1 deletion packages/core/theme/src/components/breadcrumbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const breadcrumbItem = tv({
// focus ring
...dataFocusVisibleClasses,
],
separator: "text-default-400 px-1",
separator: "text-default-400 px-1 rtl:rotate-180",
},
variants: {
color: {
Expand Down

0 comments on commit a0d7141

Please sign in to comment.