Skip to content

Commit

Permalink
fix(ui): button-group border-right fix
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin authored Jun 6, 2019
1 parent 4655f48 commit c32b8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/framework/ui/buttonGroup/buttonGroup.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ class ButtonGroupComponent extends React.Component<ButtonGroupProps> {
...StyleSheet.flatten(style),
},
button: {
borderRightColor: dividerBackgroundColor,
borderRightWidth: dividerWidth,
borderEndColor: dividerBackgroundColor,
borderEndWidth: dividerWidth,
...styles.button,
},
};
Expand Down

0 comments on commit c32b8e2

Please sign in to comment.