Fix padding to match design doc

This commit is contained in:
shati-patel
2022-05-16 10:59:12 +01:00
committed by Shati Patel
parent cf50624e4e
commit 5b33333404

View File

@@ -9,7 +9,7 @@ const Button = styled.button`
background-color: var(--vscode-button-hoverBackground);
}
cursor: pointer;
padding: 5px 10px;
padding: 8px;
border: 0;
`;