Commit 46f2c67
authored
fix: use consistent gray background for ActionSelector in light mode (#1581)
### Problem
The ActionSelector container used hardcoded blue theme colors (`blue-1` background, `blue-11` border) which looked inconsistent with the rest of the app in light mode. Other panels (signal cards, detail panes) use `gray-1`/`gray-6`.
### Fix
Changed container background from `var(--blue-1)` → `var(--gray-1)` and border from `var(--blue-11)` → `var(--gray-6)` to match the rest of the app. Interactive elements (selected state, step tabs) still use blue accent colors for emphasis.
Fixes #15561 parent f838532 commit 46f2c67
File tree
1 file changed
+2
-2
lines changed- apps/code/src/renderer/components/action-selector
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
| 217 | + | |
| 218 | + | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| |||
0 commit comments