Skip to content

Commit b922e39

Browse files
committed
fix: use brighter color
1 parent 02da60c commit b922e39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/lspInfoDialog/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function showLspInfoDialog() {
323323
const $dialog = (
324324
<div className="prompt lsp-info-dialog">
325325
<div className="title">
326-
<span className="icon code" style={{ marginRight: "8px" }} />
326+
<span className="licons zap" style={{ marginRight: "8px" }} />
327327
Language Servers
328328
</div>
329329
<div className="lsp-dialog-body" />

src/components/lspInfoDialog/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
font-size: 0.65rem;
447447
font-weight: 500;
448448
color: var(--popup-text-color);
449-
opacity: 0.5;
449+
opacity: 0.75;
450450
}
451451

452452
.lsp-stat-value {

0 commit comments

Comments
 (0)