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
@@ -1033,7 +1033,7 @@ const ReferenceSelectField = ({
className={[
'w-full appearance-none border rounded-sm pl-3 pr-9 py-2 text-body font-display',
'truncate overflow-hidden whitespace-nowrap text-ellipsis',
'bg-white text-black transition-colors',
'bg-surface text-ink transition-colors',
'focus:outline-none focus:ring-1 focus:ring-accent focus:border-accent',
errorMsg ? 'border-mars' : 'border-line hover:border-ink/40',
isLoading ? 'cursor-wait text-mute' : 'cursor-pointer',