Fix add user button style
This commit is contained in:
parent
e5d1d8c214
commit
89643ca407
|
@ -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