Skip to content

Commit a9a5d09

Browse files
authored
Merge pull request #1811 from github/koesie10/fix-stat-item-header-color
Fix header color of stat item
2 parents 2895e84 + c7dbaeb commit a9a5d09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/view/variant-analysis/StatItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Container = styled.div`
1212
`;
1313

1414
const Header = styled.div`
15-
color: var(--vscode-badge-foreground);
15+
color: var(--vscode-editor-foreground);
1616
font-size: 0.85em;
1717
font-weight: 800;
1818
text-transform: uppercase;

0 commit comments

Comments
 (0)