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

This commit is contained in:
Luke Parker
2026-07-20 11:21:22 +00:00
committed by GitHub
parent 8bec40a816
commit 5542415b64
+2 -2
View File
@@ -87,11 +87,11 @@ export function TabsInfoPopup() {
<DrawerClose <DrawerClose
as={IconButtonV2} as={IconButtonV2}
type="button" type="button"
size="large" size="small"
variant="neutral" variant="neutral"
aria-label="Close" aria-label="Close"
icon={<IconV2 name="xmark-small" />} icon={<IconV2 name="xmark-small" />}
class="absolute top-[6px] left-[-44px]" class="absolute top-[10px] left-[-36px]"
/> />
</Show> </Show>
<div <div