Skip to content

Commit 980d19b

Browse files
committed
Yolo mode a bit less subtle
1 parent 8a58190 commit 980d19b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ui-styles.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ const styles = `
573573
align-items: center;
574574
gap: 6px;
575575
margin-top: 12px;
576-
opacity: 0.8;
576+
opacity: 1;
577577
transition: opacity 0.2s ease;
578578
}
579579
@@ -582,12 +582,12 @@ const styles = `
582582
}
583583
584584
.yolo-mode-section input[type="checkbox"] {
585-
transform: scale(0.8);
585+
transform: scale(0.9);
586586
margin: 0;
587587
}
588588
589589
.yolo-mode-section label {
590-
font-size: 10px;
590+
font-size: 12px;
591591
color: var(--vscode-descriptionForeground);
592592
cursor: pointer;
593593
font-weight: 400;

0 commit comments

Comments
 (0)