style: improve light theme border and input visibility
This commit is contained in:
@@ -93,8 +93,8 @@ export function FontSelector({
|
||||
|
||||
return (
|
||||
<Card className={cn("flex flex-col min-h-0 overflow-hidden", className)}>
|
||||
<CardHeader className="flex flex-row items-center justify-between shrink-0 space-y-0">
|
||||
<CardTitle className="text-sm font-medium">Select Font</CardTitle>
|
||||
<CardHeader className="flex flex-row items-center justify-between flex-wrap gap-2 space-y-0">
|
||||
<CardTitle>Select Font</CardTitle>
|
||||
{onRandomFont && (
|
||||
<Button
|
||||
variant="outline"
|
||||
|
||||
Reference in New Issue
Block a user