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

@@ -485,9 +485,9 @@ class StatusOptionsPopover extends ImmutablePureComponent {
onClose={this.handleClosePopover}
>
<List
size='large'
scrollKey='profile_options'
items={menu}
size={isXS ? 'large' : 'small'}
/>
</PopoverLayout>
)