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