mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.26k stars 1.86k forks source link

[@mantine/core] chore: add sizes to `Title` #6833

Closed Kenzo-Wada closed 3 days ago

Kenzo-Wada commented 1 week ago

Fixes https://github.com/mantinedev/mantine/issues/6827

What

when MantineSize is used for size Props, --tile-fz will be like xl which is invalid. this PR will fix it.

rtivital commented 3 days ago

Thanks!