We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cb206 commit c7295e6Copy full SHA for c7295e6
1 file changed
extensions/ql-vscode/src/view/data-extensions-editor/LibraryRow.tsx
@@ -11,14 +11,19 @@ import { Mode } from "../../data-extensions-editor/shared/mode";
11
import { VSCodeButton, VSCodeDivider } from "@vscode/webview-ui-toolkit/react";
12
13
const LibraryContainer = styled.div`
14
+ background-color: var(--vscode-peekViewResult-background);
15
+ padding: 0.3rem;
16
margin-bottom: 1rem;
17
+ border-radius: 0.3rem;
18
`;
19
20
const TitleContainer = styled.button`
21
display: flex;
22
gap: 0.5em;
23
align-items: center;
24
width: 100%;
25
+ padding-top: 0.3rem;
26
+ padding-bottom: 0.3rem;
27
28
color: var(--vscode-editor-foreground);
29
background-color: transparent;
0 commit comments