2
0
mirror of https://github.com/frappe/books.git synced 2025-01-02 22:50:14 +00:00

fix: dark mode support for date input calendar

This commit is contained in:
AbleKSaju 2024-12-07 15:44:23 +05:30
parent 22f71b215f
commit c578b258f0

View File

@ -25,8 +25,9 @@ html {
} }
html.dark { html.dark {
color: theme('colors.white'); color: theme('colors.black');
background-color: theme('colors.gray.900'); background-color: theme('colors.gray.900');
color-scheme: dark;
} }
html.dark input[type='date']::-webkit-calendar-picker-indicator { html.dark input[type='date']::-webkit-calendar-picker-indicator {