refactor(site): make vscode dropdown button thiner (#7773)

This commit is contained in:
Bruno Quaresma
2023-06-01 16:17:56 +00:00
committed by GitHub
parent e80e88e019
commit 80b60e158d
@@ -69,6 +69,7 @@ export const VSCodeDesktopButton: FC<
onClick={() => {
setIsVariantMenuOpen(true)
}}
sx={{ px: 0 }}
>
<KeyboardArrowDownIcon sx={{ fontSize: 16 }} />
</PrimaryAgentButton>