Fix add user button style

This commit is contained in:
Andrew Kingston 2021-05-18 13:54:41 +01:00
parent 6a418ecd51
commit 725b32b9b1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<div class="buttons"> <div class="buttons">
<ButtonGroup> <ButtonGroup>
<Button disabled secondary>Import users</Button> <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> </ButtonGroup>
</div> </div>
<Table <Table