Skip to content

Commit

Permalink
fix metadata drawer close button
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Sep 10, 2024
1 parent ff97123 commit 6944dc7
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,14 @@ export function MetadataDrawer({
<Button
onClick={handleClose}
data-testid={TestIds.MetadataDrawerCloseButton}
className="!min-w-[36px] !min-h-[36px] !max-w-[36px] !max-h-[36px]"
>
<Icon color="gray" sdsIcon="XMark" sdsSize="xs" sdsType="button" />
<Icon
className="!fill-sds-color-primitive-gray-500"
sdsIcon="XMark"
sdsSize="l"
sdsType="button"
/>
</Button>
</header>

Expand Down

0 comments on commit 6944dc7

Please sign in to comment.