Apply glassmorphism to BottomSheet and RSVP bar status

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 18:57:30 +01:00
parent 5dd7cb3fb8
commit 831ffc071a
4 changed files with 54 additions and 11 deletions

View File

@@ -308,7 +308,7 @@ textarea.form-field {
.sheet-title {
font-size: 1.2rem;
font-weight: 700;
color: var(--color-text);
color: var(--color-text-on-gradient);
}
.rsvp-form {
@@ -320,7 +320,7 @@ textarea.form-field {
.rsvp-form__label {
font-size: 0.85rem;
font-weight: 700;
color: var(--color-text);
color: var(--color-text-on-gradient);
padding-left: 0.25rem;
}