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

@@ -147,7 +147,7 @@ class GroupOptionsPopover extends ImmutablePureComponent {
<List
scrollKey='group_options'
items={listItems}
size='large'
size={isXS ? 'large' : 'small'}
/>
</PopoverLayout>
)