Skip to content

Commit

Permalink
fix(date-range-picker): improve responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchiket100 committed Jan 23, 2025
1 parent cddba82 commit 9c09dfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-timers-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@heroui/theme": patch
---

fix(date-range-picker): improve responsiveness (#4613)
1 change: 1 addition & 0 deletions packages/core/theme/src/components/date-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const dateInput = tv({
input: "flex h-full gap-x-0.5 w-full font-normal",
innerWrapper: [
"flex items-center text-default-400 w-full gap-x-2 h-6",
"overflow-y-hidden overflow-x-auto scrollbar-hide",
// isInValid=true
"group-data-[invalid=true]:text-danger",
], // this wraps the input and the start/end content
Expand Down

0 comments on commit 9c09dfa

Please sign in to comment.