Skip to content

Commit

Permalink
fix: input issue
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Feb 24, 2025
1 parent cb9cff4 commit 8877be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/theme/src/components/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ const input = tv({
inputWrapper: "transition-background motion-reduce:transition-none !duration-150",
label: [
"will-change-auto",
"duration-200",
"ease-out",
"!duration-200",
"!ease-out",
"motion-reduce:transition-none",
"transition-[transform,color,left,opacity]",
],
Expand Down

0 comments on commit 8877be5

Please sign in to comment.