Browse Source

refactor/gui-v2-user-management-invite-button-prefix-icon-added

pull/2854/head
Muhammed Mustafa 2 years ago
parent
commit
f762343758
  1. 7
      packages/nc-gui-v2/components/dashboard/settings/userManagement/UsersModal.vue

7
packages/nc-gui-v2/components/dashboard/settings/userManagement/UsersModal.vue

@ -198,7 +198,12 @@ const clickInviteMore = () => {
</div>
</div>
<div class="flex flex-row justify-center">
<a-button type="primary" html-type="submit">Invite</a-button>
<a-button type="primary" html-type="submit">
<div class="flex flex-row justify-center items-center space-x-1.5">
<SendIcon height="0.8rem" class="flex" />
<div>Invite</div>
</div>
</a-button>
</div>
</a-form>
</div>

Loading…
Cancel
Save