Browse Source

chore(gui-v2): increase icon size and padding

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
pull/2716/head
Braks 2 years ago committed by Pranav C
parent
commit
6f61c1f855
  1. 6
      packages/nc-gui-v2/pages/projects/index.vue

6
packages/nc-gui-v2/pages/projects/index.vue

@ -87,15 +87,15 @@ const navDrawerOptions = [
{{ activePage }}
</h2>
<div class="self-end flex text-2xl">
<div class="self-end flex text-4xl mb-1">
<MaterialSymbolsFormatListBulletedRounded
:class="route.name === 'projects-index-list' ? 'text-primary' : ''"
class="cursor-pointer p-1 hover:bg-gray-300/50 rounded-full"
class="transition-color ease-in duration-100 cursor-pointer p-2 hover:bg-gray-300/50 rounded-full"
@click="navigateTo('/projects/list')"
/>
<MaterialSymbolsGridView
:class="route.name === 'projects-index' ? 'text-primary' : ''"
class="cursor-pointer p-1 hover:bg-gray-300/50 rounded-full"
class="transition-color ease-in duration-100 cursor-pointer p-2 hover:bg-gray-300/50 rounded-full"
@click="navigateTo('/projects')"
/>
</div>

Loading…
Cancel
Save