mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
refactor(site): make vscode dropdown button thiner (#7773)
This commit is contained in:
@@ -69,6 +69,7 @@ export const VSCodeDesktopButton: FC<
|
||||
onClick={() => {
|
||||
setIsVariantMenuOpen(true)
|
||||
}}
|
||||
sx={{ px: 0 }}
|
||||
>
|
||||
<KeyboardArrowDownIcon sx={{ fontSize: 16 }} />
|
||||
</PrimaryAgentButton>
|
||||
|
||||
Reference in New Issue
Block a user