From 980d19bcb2191ba7def612c4478336e662d17cad Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Mon, 14 Jul 2025 23:55:13 +0100 Subject: [PATCH] Yolo mode a bit less subtle --- src/ui-styles.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui-styles.ts b/src/ui-styles.ts index 9d1ce91..ffd0bab 100644 --- a/src/ui-styles.ts +++ b/src/ui-styles.ts @@ -573,7 +573,7 @@ const styles = ` align-items: center; gap: 6px; margin-top: 12px; - opacity: 0.8; + opacity: 1; transition: opacity 0.2s ease; } @@ -582,12 +582,12 @@ const styles = ` } .yolo-mode-section input[type="checkbox"] { - transform: scale(0.8); + transform: scale(0.9); margin: 0; } .yolo-mode-section label { - font-size: 10px; + font-size: 12px; color: var(--vscode-descriptionForeground); cursor: pointer; font-weight: 400;