Skip to content

Commit 78c12c8

Browse files
authored
fix: update reject button status (#1253)
## Problem - fast follows - Reject Run (reject should be darker) ## Solution - update reject button status the same as run button
1 parent 9cb2440 commit 78c12c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,6 @@ export class AgenticChatController implements ChatHandlers {
12711271
},
12721272
{
12731273
id: 'reject-shell-command',
1274-
status: 'dimmed-clear' as Status,
12751274
text: 'Reject',
12761275
icon: 'cancel',
12771276
},

0 commit comments

Comments
 (0)