From f1bd01d7483aac0c4873b1e059ed29f0f0d90856 Mon Sep 17 00:00:00 2001 From: Manish Kushare Date: Tue, 4 Oct 2022 09:27:24 +0530 Subject: [PATCH] Datepicker calender dark theme (#4111) * making datepicker consistent with the dark theme * removed * selector * made range date picker calender consistent with the dark theme * added hover effect on calendar day in range date picker * removed unwanted border around the calendar container in range date picker * made the months change arrow consistent with the dark theme in range date picker * removed wrapperClassName from date picker component * made the suggested changes and removed left and right border around DateRangePicker_picker class --- frontend/src/Editor/Components/Datepicker.jsx | 2 +- frontend/src/_styles/theme.scss | 62 +++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/frontend/src/Editor/Components/Datepicker.jsx b/frontend/src/Editor/Components/Datepicker.jsx index 547c6179d4..954b718863 100644 --- a/frontend/src/Editor/Components/Datepicker.jsx +++ b/frontend/src/Editor/Components/Datepicker.jsx @@ -79,7 +79,7 @@ export const Datepicker = function Datepicker({ return (