From be618b94ce37b8ffc84058baa1aa6e1759a9b49f Mon Sep 17 00:00:00 2001 From: irismarie Date: Thu, 22 Apr 2021 12:11:12 +0200 Subject: [PATCH] users add button style --- src/user/users.js | 11 +++++++++++ 1 file changed, 11 insertions(+) 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} />