Browse Source

Changes filter badge color to be more visible

main
Eric Amodio 2 years ago
parent
commit
84e1967fd9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/plus/graph/graph.scss

+ 1
- 1
src/webviews/apps/plus/graph/graph.scss View File

@ -158,7 +158,7 @@ button:not([disabled]),
width: 0.8rem;
height: 0.8rem;
border-radius: 100%;
background-color: var(--vscode-focusBorder);
background-color: var(--vscode-progressBar-background);
}
small {

Loading…
Cancel
Save