Skip to content

Commit

Permalink
fix(theme): remove origin-bottom from button (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong authored May 13, 2024
1 parent 81eeea5 commit ad08010
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/honest-pianos-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nextui-org/theme": patch
---

remove unnecessary origin-bottom in button
1 change: 0 additions & 1 deletion packages/core/theme/src/components/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ const button = tv({
"overflow-hidden",
"tap-highlight-transparent",
"data-[pressed=true]:scale-[0.97]",
"origin-bottom",
// focus ring
...dataFocusVisibleClasses,
],
Expand Down

0 comments on commit ad08010

Please sign in to comment.