Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore: updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawn Carrasco authored and Dawn Carrasco committed Mar 5, 2024
1 parent 420833c commit 7db50dd
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/components/Datepicker/Datepicker.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ const StyledDatepickerWrapper = styled.div`
border-bottom: 1px solid #ccc;
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
font-size: 1.44rem;
}
.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
margin-top: 1px;
color: #000;
font-size: 0.944rem;
}
.react-datepicker__navigation {
margin-left: 20px;
margin-right: 20px;
Expand Down Expand Up @@ -92,7 +105,8 @@ const StyledDatepickerWrapper = styled.div`
transition: background-color 0.3s;
&:hover {
background-color: #f0f0f0;
background-color: rgb(74 131 169);
color: #ffffff;
}
}
Expand All @@ -106,7 +120,7 @@ const StyledDatepickerWrapper = styled.div`
}
.react-datepicker__day--keyboard-selected {
background-color: #2980b9;
background-color: #3498db;
color: #ffffff;
}
`;
Expand Down

0 comments on commit 7db50dd

Please sign in to comment.