feat(ui): rename selection to focus and use AccentGreen for focus by default

This commit is contained in:
Keith Guerin
2026-02-28 23:31:51 -08:00
parent e90f2c1339
commit 990f0280f1
15 changed files with 50 additions and 53 deletions

View File

@@ -140,9 +140,7 @@ export function BaseSelectionList<
<Box
key={item.key}
alignItems="flex-start"
backgroundColor={
isSelected ? theme.background.selection : undefined
}
backgroundColor={isSelected ? theme.background.focus : undefined}
>
{/* Radio button indicator */}
<Box minWidth={2} flexShrink={0}>

View File

@@ -519,7 +519,7 @@ export function BaseSettingsDialog({
flexDirection="row"
alignItems="flex-start"
backgroundColor={
isActive ? theme.background.selection : undefined
isActive ? theme.background.focus : undefined
}
>
<Box minWidth={2} flexShrink={0}>