style: improve light theme border and input visibility
This commit is contained in:
@@ -80,7 +80,7 @@ export default function ColorBlindPage() {
|
||||
<div className="space-y-6">
|
||||
<Card>
|
||||
<CardHeader className="flex flex-row items-center justify-between space-y-0">
|
||||
<CardTitle className="text-sm font-medium">Colors to Test</CardTitle>
|
||||
<CardTitle>Colors to Test</CardTitle>
|
||||
<Button
|
||||
onClick={addColor}
|
||||
variant="outline"
|
||||
@@ -118,7 +118,7 @@ export default function ColorBlindPage() {
|
||||
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="text-sm font-medium">Blindness Type</CardTitle>
|
||||
<CardTitle>Blindness Type</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4">
|
||||
<Select
|
||||
@@ -166,7 +166,7 @@ export default function ColorBlindPage() {
|
||||
<>
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardTitle className="text-sm font-medium">Simulation Results</CardTitle>
|
||||
<CardTitle>Simulation Results</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4">
|
||||
<p className="text-sm text-muted-foreground mb-2">
|
||||
|
||||
Reference in New Issue
Block a user