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;