Refactor: Apply blue accent color sitewide

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 14:37:56 +00:00
parent 2c0f1e3963
commit e44531e624
2 changed files with 3 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ export default function Auth() {
</div>
</div>
<Button type="submit" className="w-full" disabled={loading}>
<Button type="submit" className="w-full bg-accent hover:bg-accent/90 text-accent-foreground" disabled={loading}>
{loading ? "Signing in..." : "Sign In"}
</Button>
</form>
@@ -362,7 +362,7 @@ export default function Auth() {
</div>
</div>
<Button type="submit" className="w-full" disabled={loading}>
<Button type="submit" className="w-full bg-accent hover:bg-accent/90 text-accent-foreground" disabled={loading}>
{loading ? "Creating account..." : "Create Account"}
</Button>
</form>