Skip to content

Commit ad08010

Browse files
authored
fix(theme): remove origin-bottom from button (#2990)
1 parent 81eeea5 commit ad08010

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/honest-pianos-sleep.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nextui-org/theme": patch
3+
---
4+
5+
remove unnecessary origin-bottom in button

packages/core/theme/src/components/button.ts

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const button = tv({
3838
"overflow-hidden",
3939
"tap-highlight-transparent",
4040
"data-[pressed=true]:scale-[0.97]",
41-
"origin-bottom",
4241
// focus ring
4342
...dataFocusVisibleClasses,
4443
],

0 commit comments

Comments
 (0)