Skip to content

Commit

Permalink
use description foreground as icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 17, 2022
1 parent 6b0dbc4 commit 3362e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webview/src/shared/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ $accent-color: var(--button-primary-background);
$indicator-badge-background: var(--vscode-activityBarBadge-background);
$indicator-badge-foreground: var(--vscode-activityBarBadge-foreground);

$icon-color: var(--vscode-icon-foreground);
$icon-color: var(--vscode-descriptionForeground);
$selected-icon-color: var(
--vscode-list-activeSelectionIconForeground,
var(--vscode-icon-foreground)
var(--vscode-descriptionForeground)
);

$shadow: var(--vscode-widget-shadow);
Expand Down

0 comments on commit 3362e11

Please sign in to comment.