We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02da60c commit b922e39Copy full SHA for b922e39
src/components/lspInfoDialog/index.js
@@ -323,7 +323,7 @@ function showLspInfoDialog() {
323
const $dialog = (
324
<div className="prompt lsp-info-dialog">
325
<div className="title">
326
- <span className="icon code" style={{ marginRight: "8px" }} />
+ <span className="licons zap" style={{ marginRight: "8px" }} />
327
Language Servers
328
</div>
329
<div className="lsp-dialog-body" />
src/components/lspInfoDialog/styles.scss
@@ -446,7 +446,7 @@
446
font-size: 0.65rem;
447
font-weight: 500;
448
color: var(--popup-text-color);
449
- opacity: 0.5;
+ opacity: 0.75;
450
}
451
452
.lsp-stat-value {
0 commit comments