From 78f954f652e0f842413f07da3f1260569f366673 Mon Sep 17 00:00:00 2001 From: varutasu <104105839+varutasu@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:30:26 -0500 Subject: [PATCH] refactor(auth): migrate login + signup form cards to .glass-panel-strong (#121) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brief 2 of unify-glass-panel-surfaces convoy. Replaces the handrolled `rgba(--bg-secondary-rgb, 0.85) + backdrop-blur-sm` glass imitation on the login + signup form-card containers with the canonical .glass-panel-strong className so the auth flow shares the rest of the app's surface treatment (corner catch-lights, system blur tier, gradient border). Both swaps are pure className+style → className migration: Before: