Skip to content

Commit b9720dd

Browse files
rusel1989mastermoo
authored andcommitted
Fix displaying of ActionButtonItems (mastermoo#100)
1 parent a0f5200 commit b9720dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ActionButtonItem.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default class ActionButtonItem extends Component {
3636
<Animated.View
3737
pointerEvents="box-none"
3838
style={[styles.actionButtonWrap, {
39+
height: this.props.size + margin + 12,
3940
alignItems: this.state.alignItems,
4041
marginBottom: this.props.verticalOrientation === 'up' ? margin : 0,
4142
marginTop: this.props.verticalOrientation === 'down' ? margin : 0,

0 commit comments

Comments
 (0)