Skip to content

Commit

Permalink
Fix button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mau11 committed Oct 21, 2024
1 parent a70d409 commit a4cf989
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/containers/AdminPhoneNumberInventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ const inlineStyles = {
cancelButton: {
marginTop: 15,
marginRight: 5
},
deleteButton: {
marginTop: 15
}
};

Expand Down Expand Up @@ -417,8 +420,8 @@ class AdminPhoneNumberInventory extends React.Component {
</Button>
<Button
variant="contained"
color="secondary"
variant="outlined"
color="primary"
style={inlineStyles.deleteButton}
onClick={this.handleDeletePhoneNumbersSubmit}
>
Delete {this.state.deleteNumbersCount} Numbers
Expand Down

0 comments on commit a4cf989

Please sign in to comment.