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
@@ -418,7 +418,7 @@ function StatusFooter({
valueDate.getMinutes(),
)
}
className="text-mono w-10 px-1.5 py-0.5 rounded-sm border border-line bg-white text-center"
className="text-mono w-10 px-1.5 py-0.5 rounded-sm border border-line bg-surface text-center"
aria-label={t('timeTravel.hours')}
/>
<span className="text-mono text-mute">:</span>
@@ -433,7 +433,7 @@ function StatusFooter({
Math.max(0, Math.min(59, parseInt(e.target.value, 10) || 0)),
)
}
className="text-mono w-10 px-1.5 py-0.5 rounded-sm border border-line bg-white text-center"
className="text-mono w-10 px-1.5 py-0.5 rounded-sm border border-line bg-surface text-center"
aria-label={t('timeTravel.minutes')}
/>
</span>