From 4305c77df4afe98567cf56a4ecf4015b2e8cbee7 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Wed, 29 Apr 2026 20:33:03 -0400 Subject: [PATCH] fix(profile): match timezone dropdown styling to rest of profile form The timezone select used generic form-group/form-select CSS classes while all other fields use Tailwind utilities with CSS custom properties. Updated to use the same w-full px-3 py-2 border rounded pattern with var(--bg-primary), var(--text-primary), and var(--border) for visual consistency. --- templates/profile_form.templ | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/profile_form.templ b/templates/profile_form.templ index cf8bd08..b9a8eb9 100644 --- a/templates/profile_form.templ +++ b/templates/profile_form.templ @@ -70,9 +70,13 @@ templ ProfileForm(user User, actionURL string, requireCurrentPassword bool, show -
- -