Updated width on add button in GroupListItem
• Updated: - width on add button in GroupListItem
This commit is contained in:
parent
66a4474e82
commit
3a16f3431d
@ -153,7 +153,7 @@ class GroupListItem extends ImmutablePureComponent {
|
|||||||
<Button
|
<Button
|
||||||
isNarrow
|
isNarrow
|
||||||
color='white'
|
color='white'
|
||||||
className={[_s.px10, _s.width72PX].join(' ')}
|
className={[_s.px10, _s.width76PX].join(' ')}
|
||||||
backgroundColor={addButtonColor}
|
backgroundColor={addButtonColor}
|
||||||
onClick={this.handleOnToggleMembership}
|
onClick={this.handleOnToggleMembership}
|
||||||
onMouseEnter={this.handleOnMouseEnter}
|
onMouseEnter={this.handleOnMouseEnter}
|
||||||
|
@ -539,6 +539,7 @@ pre {
|
|||||||
.width240PX { width: 240px; }
|
.width240PX { width: 240px; }
|
||||||
.width115PX { width: 115px; }
|
.width115PX { width: 115px; }
|
||||||
.width84PX { width: 84px; }
|
.width84PX { width: 84px; }
|
||||||
|
.width76PX { width: 76px; }
|
||||||
.width72PX { width: 72px; }
|
.width72PX { width: 72px; }
|
||||||
.width60PX { width: 60px; }
|
.width60PX { width: 60px; }
|
||||||
.width50PX { width: 50px; }
|
.width50PX { width: 50px; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user