Replace hardcoded color values with glass design tokens
All checks were successful
CI / backend-test (push) Successful in 1m0s
CI / frontend-test (push) Successful in 25s
CI / frontend-e2e (push) Successful in 1m13s
CI / build-and-publish (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 19:07:43 +01:00
parent e6c4a21f65
commit 32f96e4c6f
5 changed files with 5 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ body::before {
}
.form-field::placeholder {
color: #999;
color: var(--color-text-muted);
font-weight: 400;
}

View File

@@ -18,7 +18,7 @@ import { RouterLink } from 'vue-router'
width: 56px;
height: 56px;
border-radius: 50%;
color: #fff;
color: var(--color-text-on-gradient);
display: flex;
align-items: center;
justify-content: center;

View File

@@ -43,7 +43,7 @@ import { RouterLink } from 'vue-router'
font-family: inherit;
font-size: 1rem;
font-weight: 700;
color: #fff;
color: var(--color-text-on-gradient);
text-align: center;
}

View File

@@ -144,7 +144,7 @@ function onTouchEnd() {
.event-card__badge--organizer {
background: var(--color-accent);
color: #fff;
color: var(--color-text-on-gradient);
}
.event-card__badge--attendee {

View File

@@ -470,7 +470,7 @@ onMounted(fetchEvent)
font-family: inherit;
font-size: 1rem;
font-weight: 700;
color: #fff;
color: var(--color-text-on-gradient);
text-align: center;
border: none;
cursor: pointer;