fix(app): shrink Windows drawer close button (#37909)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user