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:
Waleed Asender 2025-03-08 18:26:22 +03:00 committed by GitHub
parent 58128c403e
commit 62935362fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@heroui/progress": patch
---
add RTL support to progress (#4908)

View File

@ -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: {