mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix: resize !size-icon-lg in <ProxyMenu /> (#21900)
This pull-request changes the size of our `▼` / downwards chevron to match that update in #21781 . This was incorrectly changed in #21807. | Old | New | | --- | --- | | <img src="https://github.com/user-attachments/assets/a5ea1fbf-ac3e-44f8-8e6b-afd3d0dab28f" /> | <img src="https://github.com/user-attachments/assets/dffe408d-47a5-4c45-ad78-939663327695" /> |
This commit is contained in:
@@ -96,7 +96,7 @@ export const ProxyMenu: FC<ProxyMenuProps> = ({ proxyContextValue }) => {
|
||||
"Select Proxy"
|
||||
)}
|
||||
|
||||
<ChevronDownIcon className="text-content-primary !size-icon-lg" />
|
||||
<ChevronDownIcon className="text-content-primary !size-icon-sm" />
|
||||
</Button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="end" className="w-80">
|
||||
|
||||
Reference in New Issue
Block a user