feat(ui): polish command palette and login page for Deep Space

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-16 18:42:07 -05:00
parent 4924580a4b
commit 25d4a80b73
2 changed files with 3 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ function LoginPage() {
</div>
{/* Login card */}
<div className="rounded-lg border border-border bg-surface/50 p-6">
<div className="rounded-lg border border-border bg-surface p-6">
<form onSubmit={(e) => void handleSubmit(e)} className="space-y-4">
<div className="space-y-1.5">
<Label htmlFor="email">Email</Label>
@@ -215,6 +215,7 @@ function LoginPage() {
<Button
type="submit"
variant="solid"
className="w-full"
data-testid="button-sign-in"
disabled={