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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user