From 8699f3e3a82c8dc3e7b38127a703d269621b1be4 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 5 Dec 2022 20:59:09 +0100 Subject: [PATCH] Use rounded corners for calendar (#14525) Co-authored-by: Bram Kragten --- src/panels/calendar/ha-full-calendar.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/panels/calendar/ha-full-calendar.ts b/src/panels/calendar/ha-full-calendar.ts index 569e3d6492..3cd139d303 100644 --- a/src/panels/calendar/ha-full-calendar.ts +++ b/src/panels/calendar/ha-full-calendar.ts @@ -478,6 +478,12 @@ export class HAFullCalendar extends LitElement { .fc-theme-standard .fc-scrollgrid { border: 1px solid var(--divider-color); + border-radius: var(--mdc-shape-small, 4px); + } + + .fc-theme-standard td { + border-bottom-left-radius: var(--mdc-shape-small, 4px); + border-bottom-right-radius: var(--mdc-shape-small, 4px); } .fc-scrollgrid-section-header td {