diff --git a/src/pages/EventDetail/components/EventTask/EventTask.module.css b/src/pages/EventDetail/components/EventTask/EventTask.module.css index 80b0247..c87a035 100644 --- a/src/pages/EventDetail/components/EventTask/EventTask.module.css +++ b/src/pages/EventDetail/components/EventTask/EventTask.module.css @@ -47,18 +47,18 @@ } .badgeOpen { - background: rgba(34, 197, 94, 0.15); - color: #4ade80; + background: var(--glass-back); + color: #00F0FF; } .badgeAlmost { - background: rgba(234, 179, 8, 0.15); - color: #facc15; + background: var(--glass-back); + color: #019AFF; } .badgeFull { - background: rgba(239, 68, 68, 0.15); - color: #f87171; + background: var(--glass-back); + color: #001C83; } .progressBar { @@ -76,9 +76,9 @@ transition: width 0.4s ease; } -.fillOpen { background: #4ade80; } -.fillAlmost { background: #facc15; } -.fillFull { background: #f87171; } +.fillOpen { background: #00F0FF; } +.fillAlmost { background: #019AFF; } +.fillFull { background: #001C83; } .modalContent { text-align: center; diff --git a/src/pages/Volunteers/VolunteersPage.module.css b/src/pages/Volunteers/VolunteersPage.module.css index 3037773..e54f75e 100644 --- a/src/pages/Volunteers/VolunteersPage.module.css +++ b/src/pages/Volunteers/VolunteersPage.module.css @@ -21,7 +21,6 @@ padding: 16px 20px; text-align: left; font-weight: 600; - opacity: 0.7; white-space: nowrap; }