Skip to content

Commit

Permalink
coloring date as blue when it's part of the range
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayoub Baàli committed Feb 3, 2021
1 parent ed7e47b commit a9155d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion webapp/sass/components/daterangepicker.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@use "../variables" as *;
@use "../mixins/outline" as *;
/**
* DatePicker Compenent styles
* DatePicker Component styles
* TODO: adjust styling
*/
@import "../../node_modules/react-datepicker/dist/react-datepicker.css";
Expand Down Expand Up @@ -79,3 +79,9 @@
margin-top: 15px;
}
}

// range picker custom style
.react-datepicker__day--in-range {
background-color: #216ba5 !important;
color: white !important;
}

0 comments on commit a9155d9

Please sign in to comment.