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 f4924bc commit d586737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-timerange-picker/src/TimeRangePicker.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
.react-timerange-picker__inputGroup__divider,
.react-timerange-picker__inputGroup__leadingZero {
display: inline-block;
font: inherit;
}

.react-timerange-picker__inputGroup__input {
Expand Down

0 comments on commit d586737

Please sign in to comment.