Skip to content

Commit

Permalink
Badge: fix VR size icon (#3882)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras authored Nov 18, 2024
1 parent 5d47c16 commit ef385a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gestalt/src/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default function Badge({
dataTestId={dataTestIdIcon}
icon={ICON_MAP[type] as ComponentProps<typeof IconCompact>['icon']}
inline
size="12"
size="16"
/>
) : (
<Icon
Expand Down

0 comments on commit ef385a1

Please sign in to comment.