Skip to content

Commit 5b33333

Browse files
committed
Fix padding to match design doc
1 parent cf50624 commit 5b33333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/remote-queries/view/ExportButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Button = styled.button`
99
background-color: var(--vscode-button-hoverBackground);
1010
}
1111
cursor: pointer;
12-
padding: 5px 10px;
12+
padding: 8px;
1313
border: 0;
1414
`;
1515

0 commit comments

Comments
 (0)