refine dashboard theme and orange accent styling
This commit is contained in:
@@ -10,11 +10,11 @@ type Props = {
|
||||
|
||||
export function SectionCard({ title, subtitle, children, action }: Props) {
|
||||
return (
|
||||
<Card>
|
||||
<Card className="surface-card-strong">
|
||||
<CardHeader className="flex items-start justify-between gap-4">
|
||||
<div className="min-w-0 flex flex-col gap-1">
|
||||
<CardTitle>{title}</CardTitle>
|
||||
{subtitle && <CardDescription>{subtitle}</CardDescription>}
|
||||
{subtitle && <CardDescription className="section-subtle">{subtitle}</CardDescription>}
|
||||
</div>
|
||||
{action && <div className="shrink-0">{action}</div>}
|
||||
</CardHeader>
|
||||
|
||||
Reference in New Issue
Block a user