Skip to content

Commit 905fcae

Browse files
committed
tweak: selected item in slash menu has darker background
1 parent 8fb815f commit 905fcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/suggestion-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const SuggestionMenu = ({
6666
paddingRight: 1,
6767
paddingTop: 0,
6868
paddingBottom: 0,
69-
backgroundColor: isSelected ? theme.agentFocusedBg : theme.background,
69+
backgroundColor: isSelected ? theme.surfaceHover : theme.background,
7070
width: '100%',
7171
}}
7272
>

0 commit comments

Comments
 (0)