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