Updated ListItem and PopoverComponents text sizes
• Updated: - ListItem and PopoverComponents text sizes
This commit is contained in:
@@ -291,7 +291,7 @@ class ProfileOptionsPopover extends PureComponent {
|
||||
<List
|
||||
scrollKey='profile_options'
|
||||
items={listItems}
|
||||
size='large'
|
||||
size={isXS ? 'large' : 'small'}
|
||||
/>
|
||||
</PopoverLayout>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user