From fd34b668421613d76d063e6d261ebda0fd8aeea8 Mon Sep 17 00:00:00 2001 From: AceHunterr Date: Sun, 29 Dec 2024 20:45:58 +0530 Subject: [PATCH] Removed green color --- src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx | 2 +- .../EventManagement/EventAttendance/EventAttendance.tsx | 2 +- src/style/app.module.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx b/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx index 101434ef80..0d317266d9 100644 --- a/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx +++ b/src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx @@ -104,7 +104,7 @@ function addOnEntry({ <> {title} diff --git a/src/components/EventManagement/EventAttendance/EventAttendance.tsx b/src/components/EventManagement/EventAttendance/EventAttendance.tsx index e7dcde6bfe..57ce357835 100644 --- a/src/components/EventManagement/EventAttendance/EventAttendance.tsx +++ b/src/components/EventManagement/EventAttendance/EventAttendance.tsx @@ -317,7 +317,7 @@ function EventAttendance(): JSX.Element { maxHeight: '170px', overflowY: 'scroll', scrollbarColor: 'white', - border: 'var(--primary-border-green)', + border: 'var(--primary-border-solid)', borderRadius: '6px', boxShadow: '0 0 5px rgba(0,0,0,0.1)', }, diff --git a/src/style/app.module.css b/src/style/app.module.css index 86334a085b..4a44aecfa2 100644 --- a/src/style/app.module.css +++ b/src/style/app.module.css @@ -34,7 +34,7 @@ --input-area-color: #f1f3f6; --date-picker-background: #f2f2f2; --grey-bg-color-dark: #707070; - --primary-border-green: 1px solid #31bb6b; + --primary-border-solid: 1px solid var(--dropdown-border-color); } .fonts { color: #707070;