chore(theme): bg-white → bg-surface (B — dark theme sweep)
This commit is contained in:
@@ -164,7 +164,7 @@ function StatCard({ label, value, tone }: StatCardProps) {
|
||||
? 'text-grass'
|
||||
: 'text-accent'
|
||||
return (
|
||||
<div className="bg-white border border-line rounded-lg p-4">
|
||||
<div className="bg-surface border border-line rounded-lg p-4">
|
||||
<div className="text-cap text-ink-2 mb-1">
|
||||
{label}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user