feat: update NEXT_PUBLIC_COMMIT_SHA and improve component layouts for better styling and functionality

This commit is contained in:
2025-06-25 22:45:10 -05:00
parent 7e2833368f
commit b6ea2fc30d
5 changed files with 19 additions and 6 deletions

View File

@@ -137,7 +137,6 @@ export function LoginForm({
{/* Theme Selection */}
<div className="grid gap-3">
<span>
<FaPalette className="w-5 h-5" />
<Label htmlFor="theme">Theme</Label>
</span>
<Select value={theme} onValueChange={setTheme}>