Skip to content

Commit 3ccebbf

Browse files
rajbosCopilot
andcommitted
fix: remove opacity from auto badge for full readability
55% opacity was still too subdued. Use full primary foreground color so the outlined badge is crisp and clearly readable in all themes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6352967 commit 3ccebbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vscode-extension/src/webview/usage/styles.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ background: var(--bg-tertiary);
364364
border-radius: 3px;
365365
border: 1px solid var(--text-primary);
366366
color: var(--text-primary);
367-
opacity: 0.55;
368367
background: transparent;
369368
vertical-align: middle;
370369
line-height: 1.4;

0 commit comments

Comments
 (0)