Browse Source

chore(gui-v2): update projects overview list switcher styles

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

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

@ -54,9 +54,9 @@ const navDrawerOptions = [
{{ activePage }} {{ activePage }}
</h2> </h2>
<div class="self-end"> <div class="self-end flex text-xl">
<MaterialSymbolsFormatListBulletedRounded /> <MaterialSymbolsFormatListBulletedRounded class="cursor-pointer p-1 hover:bg-gray-300/50 rounded-full" />
<MaterialSymbolsGridView /> <MaterialSymbolsGridView class="cursor-pointer p-1 hover:bg-gray-300/50 rounded-full" />
</div> </div>
</div> </div>
<v-divider class="mb-3" /> <v-divider class="mb-3" />

Loading…
Cancel
Save