mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(progress): add RTL support to the progress component (#4911)
* fix(progress): add RTL support to the progress component (#4908) * docs(progress): add changeset notes * refactor: resolved code review notes * refactor: removed unnecessary change * refactor: undo unnecessary change
This commit is contained in:
parent
58128c403e
commit
62935362fb
5
.changeset/happy-kangaroos-thank.md
Normal file
5
.changeset/happy-kangaroos-thank.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@heroui/progress": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
add RTL support to progress (#4908)
|
||||||
@ -27,7 +27,7 @@ const progress = tv(
|
|||||||
label: "",
|
label: "",
|
||||||
labelWrapper: "flex justify-between",
|
labelWrapper: "flex justify-between",
|
||||||
value: "",
|
value: "",
|
||||||
track: "z-0 relative bg-default-300/50 overflow-hidden",
|
track: "z-0 relative bg-default-300/50 overflow-hidden rtl:rotate-180",
|
||||||
indicator: "h-full",
|
indicator: "h-full",
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user