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

View File

@@ -10,7 +10,7 @@ import { theme } from '../semantic-colors.js';
export const ShellModeIndicator: React.FC = () => (
<Box>
<Text color={theme.status.warning}>
<Text color={theme.ui.symbol}>
shell mode enabled
<Text color={theme.text.secondary}> (esc to disable)</Text>
</Text>