diff --git a/modules/typography.js b/modules/typography.js index 3907842..4c457dd 100644 --- a/modules/typography.js +++ b/modules/typography.js @@ -2,20 +2,20 @@ import Color from 'color'; import EStyleSheet from 'react-native-extended-stylesheet'; export const typography = () => ({ - 'text-xs': {fontSize: '0.75rem', lineHeight: '1rem'}, - 'text-sm': {fontSize: '0.875rem', lineHeight: '1.25rem'}, - 'text-base': {fontSize: '1rem', lineHeight: '1.5rem'}, - 'text': {fontFamily: '$defaultFontFamily', fontSize: '1rem', lineHeight: '1.5rem'}, - 'text-lg': {fontSize: '1.125rem', lineHeight: '1.75rem'}, - 'text-xl': {fontSize: '1.25rem', lineHeight: '1.75rem'}, - 'text-2xl': {fontSize: '1.5rem', lineHeight: '2rem'}, - 'text-3xl': {fontSize: '1.875rem', lineHeight: '2.25rem'}, - 'text-4xl': {fontSize: '2.25rem', lineHeight: '2.5rem'}, - 'text-5xl': {fontSize: '3rem', lineHeight: '3.5rem'}, - 'text-6xl': {fontSize: '3.75rem', lineHeight: '4.25rem'}, - 'text-7xl': {fontSize: '4.5rem', lineHeight: '5rem'}, - 'text-8xl': {fontSize: '6rem', lineHeight: '6.5rem'}, - 'text-9xl': {fontSize: '8rem', lineHeight: '8.5rem'}, + 'text-xs': {fontSize: '0.75rem'}, + 'text-sm': {fontSize: '0.875rem'}, + 'text-base': {fontSize: '1rem'}, + 'text': {fontFamily: '$defaultFontFamily', fontSize: '1rem'}, + 'text-lg': {fontSize: '1.125rem'}, + 'text-xl': {fontSize: '1.25rem'}, + 'text-2xl': {fontSize: '1.5rem'}, + 'text-3xl': {fontSize: '1.875rem'}, + 'text-4xl': {fontSize: '2.25rem'}, + 'text-5xl': {fontSize: '3rem'}, + 'text-6xl': {fontSize: '3.75rem'}, + 'text-7xl': {fontSize: '4.5rem'}, + 'text-8xl': {fontSize: '6rem'}, + 'text-9xl': {fontSize: '8rem'}, 'italic': {fontStyle: 'italic'}, 'not-italic': {fontStyle: 'normal'}, diff --git a/package.json b/package.json index 37a302d..c5ef9ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "klazify", - "version": "1.1.5-beta1c", + "version": "1.1.5-beta1d", "description": "Fast, Reusable, React Native stylesheets classes.", "main": "index.js", "scripts": {