Skip to content

Commit afc9635

Browse files
Use --vscode styles
1 parent 903e8c6 commit afc9635

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

extensions/ql-vscode/src/view/common/Dropdown.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import styled from "styled-components";
55
const StyledDropdown = styled.select`
66
width: 100%;
77
height: calc(var(--input-height) * 1px);
8-
background: var(--dropdown-background);
9-
color: var(--foreground);
10-
font-family: var(--font-family);
8+
background: var(--vscode-dropdown-background);
9+
color: var(--vscode-foreground);
1110
border: none;
1211
padding: 2px 6px 2px 8px;
1312
`;

0 commit comments

Comments
 (0)