fix(app): shrink Windows drawer close button (#37909)

This commit is contained in:
Luke Parker 2026-07-20 21:21:22 +10:00 committed by GitHub
commit 5542415b64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,11 +87,11 @@ export function TabsInfoPopup() {
<DrawerClose
as={IconButtonV2}
type="button"
size="large"
size="small"
variant="neutral"
aria-label="Close"
icon={<IconV2 name="xmark-small" />}
class="absolute top-[6px] left-[-44px]"
class="absolute top-[10px] left-[-36px]"
/>
</Show>
<div