1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +12:00

Update button casing

This commit is contained in:
Andrew Kingston 2022-08-01 13:13:55 +01:00
parent 451c55ae67
commit 8f524ce2c0
3 changed files with 6 additions and 6 deletions

View file

@ -146,7 +146,7 @@
</div> </div>
</div> </div>
<div bind:this={popoverAnchor}> <div bind:this={popoverAnchor}>
<Button on:click={popover.show()} icon="UserAdd" cta>Add User</Button> <Button on:click={popover.show()} icon="UserAdd" cta>Add user</Button>
</div> </div>
<Popover align="right" bind:this={popover} anchor={popoverAnchor}> <Popover align="right" bind:this={popover} anchor={popoverAnchor}>
<UserGroupPicker <UserGroupPicker

View file

@ -292,9 +292,9 @@
<Body size="S">Add or remove this user from user groups</Body> <Body size="S">Add or remove this user from user groups</Body>
</div> </div>
<div bind:this={popoverAnchor}> <div bind:this={popoverAnchor}>
<Button on:click={popover.show()} icon="UserGroup" cta <Button on:click={popover.show()} icon="UserGroup" cta>
>Add User Group</Button Add user group
> </Button>
</div> </div>
<Popover align="right" bind:this={popover} anchor={popoverAnchor}> <Popover align="right" bind:this={popover} anchor={popoverAnchor}>
<UserGroupPicker <UserGroupPicker

View file

@ -249,10 +249,10 @@
dataCy="add-user" dataCy="add-user"
on:click={createUserModal.show} on:click={createUserModal.show}
icon="UserAdd" icon="UserAdd"
cta>Add Users</Button cta>Add users</Button
> >
<Button on:click={importUsersModal.show} icon="Import" primary <Button on:click={importUsersModal.show} icon="Import" primary
>Import Users</Button >Import users</Button
> >
<div class="field"> <div class="field">