Skip to content

Commit

Permalink
Fix leading zero having different font
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron Watson <[email protected]>
  • Loading branch information
wojtekmaj and AaronWatson2975 committed Apr 30, 2024
1 parent 3fa55b8 commit 0ad542c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-daterange-picker/src/DateRangePicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
.react-daterange-picker__inputGroup__divider,
.react-daterange-picker__inputGroup__leadingZero {
display: inline-block;
font: inherit;
}

.react-daterange-picker__inputGroup__input {
Expand Down

0 comments on commit 0ad542c

Please sign in to comment.