diff --git a/src/user/users.js b/src/user/users.js index 85bfc7b..d4cd584 100644 --- a/src/user/users.js +++ b/src/user/users.js @@ -115,6 +115,15 @@ class Users extends Component { } render() { + const buttonStyle = { + marginLeft: '10px', + } + + const iconStyle = { + height: '30px', + width: '30px' + } + return

Users @@ -123,6 +132,8 @@ class Users extends Component { tooltip='Add User' onClick={() => this.setState({ newModal: true })} icon='plus' + buttonStyle={buttonStyle} + iconStyle={iconStyle} />