Skip to content

Commit

Permalink
fix: #2651 Allow override input size attributes
Browse files Browse the repository at this point in the history
* chore(release): 4.5.0

* fix the issue

* Revert "chore(release): 4.5.0"

This reverts commit 8db60aa.

Revert the accidental change
:wq!

* bugfix: resolve the typo on css

---------

Co-authored-by: simon ouyang <souyang6608@gmail.com>
  • Loading branch information
souyang and SOuyang24 committed Dec 14, 2023
1 parent 5bef0d0 commit fa54f68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utilities/unstyled/input.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.input,
input.input {
.input {
&-xs {
@apply h-6 px-2 text-xs leading-relaxed;
}
Expand Down

0 comments on commit fa54f68

Please sign in to comment.