From 2053e768a8fcfeb7b644c9a67311d62b659f472e Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Mon, 14 Jul 2025 23:59:22 +0100 Subject: [PATCH] Yolo mode warning less scary --- src/ui-styles.ts | 8 ++++---- src/ui.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ui-styles.ts b/src/ui-styles.ts index ffd0bab..394d1fc 100644 --- a/src/ui-styles.ts +++ b/src/ui-styles.ts @@ -1527,13 +1527,13 @@ const styles = ` .yolo-warning { font-size: 12px; - color: var(--vscode-inputValidation-errorForeground); + color: var(--vscode-foreground); text-align: center; font-weight: 500; - background-color: var(--vscode-inputValidation-errorBackground); - border: 1px solid var(--vscode-inputValidation-errorBorder); + background-color: rgba(255, 99, 71, 0.08); + border: 1px solid rgba(255, 99, 71, 0.2); padding: 8px 12px; - margin: 4px 12px; + margin: 4px 4px; border-radius: 4px; animation: slideDown 0.3s ease; } diff --git a/src/ui.ts b/src/ui.ts index fd72be0..b068e20 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -133,7 +133,7 @@ const html = `