Skip to content

Commit

Permalink
feat(palette): replace component colors with updated palette
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos-Zacharopoulos committed Sep 23, 2020
1 parent e0a24c1 commit 7942184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DatePicker/DatePicker.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const datePickerStyles = ({ isRangePicker }: { isRangePicker?: boolean })
.DayPicker-Day--selected:not(.DayPicker-Day--outside),
.DayPicker-Day--start:not(.DayPicker-Day--outside) {
background-color: #dfdfdf;
color: #000;
color: ${theme.palette.black};
}
.DayPicker-Day--selected.DayPicker-Day--disabled:not(.DayPicker-Day--outside) {
Expand Down

0 comments on commit 7942184

Please sign in to comment.