fix(app): shrink Windows drawer close button (#37909)
This commit is contained in:
parent
8bec40a816
commit
5542415b64
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue