Skip to content

Commit

Permalink
Fix advised by el Legolas de los pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutgon committed Nov 15, 2024
1 parent c83f688 commit eecf78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-ui/src/ds/molecules/RangeBadge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function RangeBadge({
borderColor: borderColor,
}}
>
{children ? children : <Text.H4 noWrap>{formattedValue}</Text.H4>}
{children ? children : <Text.H6 noWrap>{formattedValue}</Text.H6>}
</Badge>
)
}

0 comments on commit eecf78d

Please sign in to comment.