Updated ListIem text size for large size

• Updated:
- ListIem text size for large size
This commit is contained in:
mgabdev 2020-06-15 16:46:06 -04:00
parent 101cd19dce
commit e7dc3c47a9
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default class ListItem extends PureComponent {
fillPrimary: 1,
})
const textSize = small ? 'small' : large ? 'medium' : 'normal'
const textSize = small ? 'small' : large ? 'large' : 'normal'
const iconSize = large ? '14px' : '10px'
return (