Skip to content

Commit

Permalink
fix: screen would zoom on mobile if date picker input was selected
Browse files Browse the repository at this point in the history
  • Loading branch information
OwsleyJr committed Jan 14, 2023
1 parent 1bf0103 commit 42d10ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Discover/FilterSlideover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const FilterSlideover = ({
useRange={false}
asSingle
containerClassName="datepicker-wrapper"
inputClassName="pr-1 sm:pr-4"
inputClassName="pr-1 sm:pr-4 text-base leading-5"
/>
</div>
<div className="flex flex-col">
Expand All @@ -116,7 +116,7 @@ const FilterSlideover = ({
useRange={false}
asSingle
containerClassName="datepicker-wrapper"
inputClassName="pr-1 sm:pr-4"
inputClassName="pr-1 sm:pr-4 text-base leading-5"
/>
</div>
</div>
Expand Down

0 comments on commit 42d10ae

Please sign in to comment.