chore(theme): bg-white → bg-surface (B — dark theme sweep)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user