feat(ui): make accept edits & yolo mode match shell mode styles (#8200)

This commit is contained in:
Miguel Solorio
2025-09-11 10:34:29 -07:00
committed by GitHub
parent ba85aa49c7
commit 6be054513b
8 changed files with 89 additions and 15 deletions
@@ -22,7 +22,7 @@ export const AutoAcceptIndicator: React.FC<AutoAcceptIndicatorProps> = ({
switch (approvalMode) {
case ApprovalMode.AUTO_EDIT:
textColor = theme.status.success;
textColor = theme.status.warning;
textContent = 'accepting edits';
subText = ' (shift + tab to toggle)';
break;