Updated ListItem and PopoverComponents text sizes

• Updated:
- ListItem and PopoverComponents text sizes
This commit is contained in:
mgabdev
2020-07-24 18:54:44 -05:00
parent f6966ff382
commit 3f6d8bd2c8
7 changed files with 7 additions and 7 deletions

View File

@@ -291,7 +291,7 @@ class ProfileOptionsPopover extends PureComponent {
<List
scrollKey='profile_options'
items={listItems}
size='large'
size={isXS ? 'large' : 'small'}
/>
</PopoverLayout>
)