Skip to content

Commit

Permalink
Merge pull request #79 from QueroDelivery/update-style-inputTime
Browse files Browse the repository at this point in the history
fix: update input time element style
  • Loading branch information
edvansts authored Oct 30, 2024
2 parents 7cf9271 + 97d0ad5 commit 592a46d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Calendar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ export const Container = styled.div<CalendarProps>`
.react-datepicker__input-time-container .react-datepicker-time__caption {
display: inline-block !important;
color: #707070 !important;
font-size: medium;
}
.react-datepicker__input-time-container
Expand All @@ -413,13 +414,14 @@ export const Container = styled.div<CalendarProps>`
.react-datepicker-time__input-container
.react-datepicker-time__input
input {
width: 85px !important;
width: 90% !important;
border-radius: 20px !important;
padding: 5px 10px !important;
outline: none !important;
border-style: solid !important;
border-width: 1px !important;
border-color: #707070 !important;
text-align: center;
}
.react-datepicker__input-time-container
Expand Down

0 comments on commit 592a46d

Please sign in to comment.