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 <36612616+aaronwatson2975@users.noreply.github.com>
  • Loading branch information
wojtekmaj and AaronWatson2975 committed Apr 30, 2024
1 parent fdc0d92 commit a17ef8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-date-picker/src/DatePicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
.react-date-picker__inputGroup__divider,
.react-date-picker__inputGroup__leadingZero {
display: inline-block;
font: inherit;
}

.react-date-picker__inputGroup__input {
Expand Down

0 comments on commit a17ef8f

Please sign in to comment.