We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba41b2 commit fcd4486Copy full SHA for fcd4486
packages/frontend/src/assets/css/globalStyles.css
@@ -63,6 +63,10 @@ div.v-select-list div.v-list div.v-list-item:not(.v-list-item--active):not(.v-li
63
color: var(--vscode-input-foreground, #cccccc) !important;
64
}
65
66
+.v-list-item__title {
67
+ color: var(--vscode-dropdown-foreground);
68
+}
69
+
70
.v-textarea.v-input:not(.v-input--is-disabled) input{
71
color: var(--vscode-input-foreground, #cccccc);
72
0 commit comments