Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Font size presets UI #63057

Open
wants to merge 18 commits into
base: trunk
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
remove size prop for ItemGroup
  • Loading branch information
matiasbenedetto committed Jul 4, 2024
commit 7752e21b170d265feb28594a9b504a95c4410276
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function FontSizeGroup( {
</HStack>

{ !! sizes.length && (
<ItemGroup isBordered isSeparated size="large">
<ItemGroup isBordered isSeparated>
{ sizes.map( ( size ) => (
<NavigationButtonAsItem
key={ size.slug }
Expand Down
Loading