@emcsistemas/native-ui
Version:
Biblioteca de componentes react native
22 lines (20 loc) • 329 B
text/typescript
import {
EMCThemeFontSizesProps
} from '../theme.types'
const EMCFontSizes: EMCThemeFontSizesProps = {
toastPhone: 14.5,
toastTablet: 17,
'2xs': 11,
xs: 12.5,
sm: 14,
md: 15,
lg: 18,
xl: 20,
'2xl': 22,
'3xl': 26,
'4xl': 28,
'5xl': 30,
'6xl': 32,
'7xl': 34
}
export default EMCFontSizes