From d24b05a78406a6b0f98e43fbab2fdf0aeb34ef53 Mon Sep 17 00:00:00 2001 From: nymkappa Date: Mon, 6 Apr 2026 11:21:51 +0900 Subject: [PATCH] [css] fix angular date picker --- frontend/src/styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index a57f008ee..6c970ea70 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -1651,4 +1651,9 @@ a.badge:hover, a.badge:focus { form label:not(.form-check-label):not(.btn) { margin-bottom: 0.5rem; +} + +// Angular date picker +.ngb-dp-header, .ngb-dp-week { + background-color: var(--bg) !important; } \ No newline at end of file