Re-align light and dark them

This commit is contained in:
Matthias 2023-12-17 17:03:49 +01:00
parent e2b7fa23dc
commit e04f6e329d

View File

@ -1,6 +1,6 @@
// global main style // global main style
.dp__theme_dark { .dp__theme_dark, .dp__theme_light {
// Datepicker font size // Datepicker font size
--dp-font-size: 0.9rem; --dp-font-size: 0.9rem;
} }