From c28a122cd6cb78760ce098c9745d2e796cb409c8 Mon Sep 17 00:00:00 2001 From: johnsoncherian Date: Thu, 19 Jun 2025 08:31:31 +0530 Subject: [PATCH] chore: minor alignment in styles file --- frontend/src/_styles/theme.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 9782748abf..6d596ee7ec 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -4147,6 +4147,9 @@ input[type="text"] { } .rbc-event { + background-color: var(--primary-brand) !important; + border: transparent; + .rbc-event-label { display: none; }