Skip to content

Commit 5afdef1

Browse files
authored
Merge pull request #2581 from github/shati-patel/data-ui-background
Data extensions UI: Change background colour of library container
2 parents 2c5b1da + c7295e6 commit 5afdef1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

extensions/ql-vscode/src/view/data-extensions-editor/LibraryRow.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ import { Mode } from "../../data-extensions-editor/shared/mode";
1111
import { VSCodeButton, VSCodeDivider } from "@vscode/webview-ui-toolkit/react";
1212

1313
const LibraryContainer = styled.div`
14+
background-color: var(--vscode-peekViewResult-background);
15+
padding: 0.3rem;
1416
margin-bottom: 1rem;
17+
border-radius: 0.3rem;
1518
`;
1619

1720
const TitleContainer = styled.button`
1821
display: flex;
1922
gap: 0.5em;
2023
align-items: center;
2124
width: 100%;
25+
padding-top: 0.3rem;
26+
padding-bottom: 0.3rem;
2227
2328
color: var(--vscode-editor-foreground);
2429
background-color: transparent;

0 commit comments

Comments
 (0)