From e4dd483879f8c053def835bbc1023799b5bbcee5 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Tue, 13 Aug 2024 10:03:52 +0200 Subject: [PATCH] fix(fc): adjust week day header border radius to new design Signed-off-by: Richard Steinmetz --- css/fullcalendar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 4af084d74..572be4841 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -69,7 +69,7 @@ font-weight: bold; background-color: var(--color-primary-element); color: var(--color-primary-element-text) !important; - border-radius: var(--border-radius-pill); + border-radius: var(--border-radius-small); } }