Skip to content

Commit

Permalink
fix(kbd): add RTL support to the kbd component (#2481)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbadri committed Mar 9, 2024
1 parent 2894aec commit 314d5ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-sheep-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/kbd": patch
---

Add RTL support to the kbd component
1 change: 1 addition & 0 deletions packages/core/theme/src/components/kbd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const kbd = tv({
"py-0.5",
"inline-flex",
"space-x-0.5",
"rtl:space-x-reverse",
"items-center",
"font-sans",
"font-normal",
Expand Down

0 comments on commit 314d5ca

Please sign in to comment.