Updated width on add button in GroupListItem

• Updated:
- width on add button in GroupListItem
This commit is contained in:
mgabdev
2020-07-14 23:01:24 -05:00
parent 66a4474e82
commit 3a16f3431d
2 changed files with 2 additions and 1 deletions

View File

@@ -153,7 +153,7 @@ class GroupListItem extends ImmutablePureComponent {
<Button
isNarrow
color='white'
className={[_s.px10, _s.width72PX].join(' ')}
className={[_s.px10, _s.width76PX].join(' ')}
backgroundColor={addButtonColor}
onClick={this.handleOnToggleMembership}
onMouseEnter={this.handleOnMouseEnter}