chore(theme): bg-white → bg-surface (B — dark theme sweep)

This commit is contained in:
Александр Зимин
2026-05-12 11:38:14 +00:00
parent 9549fd61a7
commit 131442cae2
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -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>