From e04f6e329d5fd4a29bd85408c49dd917fa4d3a2c Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 17 Dec 2023 17:03:49 +0100 Subject: [PATCH] Re-align light and dark them --- src/styles/_styles_ovw.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_styles_ovw.scss b/src/styles/_styles_ovw.scss index 69f8840b..a0785620 100644 --- a/src/styles/_styles_ovw.scss +++ b/src/styles/_styles_ovw.scss @@ -1,6 +1,6 @@ // global main style -.dp__theme_dark { +.dp__theme_dark, .dp__theme_light { // Datepicker font size --dp-font-size: 0.9rem; }