Skip to content

Commit 80b60e1

Browse files
refactor(site): make vscode dropdown button thiner (#7773)
1 parent e80e88e commit 80b60e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/VSCodeDesktopButton/VSCodeDesktopButton.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export const VSCodeDesktopButton: FC<
6969
onClick={() => {
7070
setIsVariantMenuOpen(true)
7171
}}
72+
sx={{ px: 0 }}
7273
>
7374
<KeyboardArrowDownIcon sx={{ fontSize: 16 }} />
7475
</PrimaryAgentButton>

0 commit comments

Comments
 (0)