style: improve light theme border and input visibility

This commit is contained in:
2026-02-25 16:09:29 +01:00
parent 2fb2eaa54c
commit 880bce157b
12 changed files with 36 additions and 36 deletions

View File

@@ -69,7 +69,7 @@ export default function TextColorPage() {
<div className="space-y-6">
<Card>
<CardHeader className="flex flex-row items-center justify-between space-y-0">
<CardTitle className="text-sm font-medium">Background Colors</CardTitle>
<CardTitle>Background Colors</CardTitle>
<Button
onClick={addBackground}
disabled={backgrounds.length >= 10}
@@ -142,7 +142,7 @@ export default function TextColorPage() {
<>
<Card>
<CardHeader>
<CardTitle className="text-sm font-medium">Optimized Results</CardTitle>
<CardTitle>Optimized Results</CardTitle>
</CardHeader>
<CardContent className="space-y-4">
{results.map((result, index) => (