Browse Source

fix: share button ui

pull/5627/head
DarkPhoenix2704 2 years ago
parent
commit
189a620415
  1. 2
      packages/nc-gui/components/general/ShareBaseButton.vue

2
packages/nc-gui/components/general/ShareBaseButton.vue

@ -43,7 +43,7 @@ useEventListener(document, 'keydown', async (e: KeyboardEvent) => {
<template #title>
<span class="text-xs">{{ $t('activity.inviteTeam') }}</span>
</template>
<a-button type="primary" class="!rounded-md mr-1" size="medium">
<a-button type="primary" class="!rounded-md mr-1" size="middle">
<div class="flex items-center space-x-1 cursor-pointer text-xs font-weight-bold">
<component :is="iconMap.accountPlus" class="mr-1 nc-share-base hover:text-accent text-sm" />
{{ $t('activity.share') }}

Loading…
Cancel
Save