Updated Text component extraLarge and large text sizes

• Updated:
- Text component extraLarge and large text sizes
- GifPickerModal, UserStat component contains extraLarge text
This commit is contained in:
mgabdev
2020-06-15 13:32:08 -04:00
parent c7fe242626
commit 9b79559ace
3 changed files with 4 additions and 3 deletions

View File

@@ -103,7 +103,8 @@ export default class Text extends PureComponent {
colorWhite: color === COLORS.white,
inherit: color === COLORS.inherit,
fs19PX: size === SIZES.large,
fs19PX: size === SIZES.extraLarge,
fs16PX: size === SIZES.large,
fs15PX: size === SIZES.medium,
fs14PX: size === SIZES.normal,
fs13PX: size === SIZES.small,