Fix add user button style
This commit is contained in:
parent
6a418ecd51
commit
725b32b9b1
|
@ -63,7 +63,7 @@
|
|||
<div class="buttons">
|
||||
<ButtonGroup>
|
||||
<Button disabled secondary>Import users</Button>
|
||||
<Button overBackground on:click={createUserModal.show}>Add user</Button>
|
||||
<Button primary on:click={createUserModal.show}>Add user</Button>
|
||||
</ButtonGroup>
|
||||
</div>
|
||||
<Table
|
||||
|
|
Loading…
Reference in New Issue