mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
users add button style
This commit is contained in:
parent
deb4a21ae9
commit
be618b94ce
1 changed files with 11 additions and 0 deletions
|
@ -115,6 +115,15 @@ class Users extends Component {
|
|||
}
|
||||
|
||||
render() {
|
||||
const buttonStyle = {
|
||||
marginLeft: '10px',
|
||||
}
|
||||
|
||||
const iconStyle = {
|
||||
height: '30px',
|
||||
width: '30px'
|
||||
}
|
||||
|
||||
return <div>
|
||||
<h1>Users
|
||||
<span className='icon-button'>
|
||||
|
@ -123,6 +132,8 @@ class Users extends Component {
|
|||
tooltip='Add User'
|
||||
onClick={() => this.setState({ newModal: true })}
|
||||
icon='plus'
|
||||
buttonStyle={buttonStyle}
|
||||
iconStyle={iconStyle}
|
||||
/>
|
||||
</span>
|
||||
</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue