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:
@@ -60,7 +60,7 @@ export default class UserStat extends PureComponent {
|
||||
onMouseEnter={this.handleOnMouseEnter}
|
||||
onMouseLeave={this.handleOnMouseLeave}
|
||||
>
|
||||
<Text size='large' weight='bold' color='brand' align={align}>
|
||||
<Text size='extraLarge' weight='bold' color='brand' align={align}>
|
||||
{value}
|
||||
</Text>
|
||||
<Text size='small' weight='medium' color='secondary' hasUnderline={hovering} align={align}>
|
||||
|
||||
Reference in New Issue
Block a user