File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1527,13 +1527,13 @@ const styles = `
15271527
15281528 .yolo-warning {
15291529 font-size: 12px;
1530- color: var(--vscode-inputValidation-errorForeground );
1530+ color: var(--vscode-foreground );
15311531 text-align: center;
15321532 font-weight: 500;
1533- background-color: var(--vscode-inputValidation-errorBackground );
1534- border: 1px solid var(--vscode-inputValidation-errorBorder );
1533+ background-color: rgba(255, 99, 71, 0.08 );
1534+ border: 1px solid rgba(255, 99, 71, 0.2 );
15351535 padding: 8px 12px;
1536- margin: 4px 12px ;
1536+ margin: 4px 4px ;
15371537 border-radius: 4px;
15381538 animation: slideDown 0.3s ease;
15391539 }
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ const html = `<!DOCTYPE html>
133133 </div>
134134
135135 <div id="yoloWarning" class="yolo-warning" style="display: none;">
136- ⚠️ Yolo Mode Active: Claude Code can execute any tool without asking .
136+ ⚠️ Yolo Mode Active: Claude Code will auto-approve all tool requests .
137137 </div>
138138
139139 <!-- File picker modal -->
You can’t perform that action at this time.
0 commit comments