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}

View File

@ -539,6 +539,7 @@ pre {
.width240PX { width: 240px; }
.width115PX { width: 115px; }
.width84PX { width: 84px; }
.width76PX { width: 76px; }
.width72PX { width: 72px; }
.width60PX { width: 60px; }
.width50PX { width: 50px; }