Browse Source

fix: icon size of user

pull/6496/head
sreehari jayaraj 11 months ago
parent
commit
b761f16fef
  1. 2
      packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue

2
packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue

@ -85,7 +85,7 @@ onMounted(() => {
class="flex flex-row py-2 px-3 gap-x-2 items-center hover:bg-gray-200 rounded-lg cursor-pointer h-10"
data-testid="nc-sidebar-userinfo"
>
<GeneralUserIcon :email="user?.email" />
<GeneralUserIcon :email="user?.email" size="base" />
<div class="flex truncate">
{{ name ? name : user?.email }}
</div>

Loading…
Cancel
Save