Style project view switcher buttons

This commit is contained in:
Oliver Davies 2019-04-28 19:08:48 +01:00
parent dd8f41fc72
commit 75cf0aa2d3
2 changed files with 35 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<div class="flex justify-between items-baseline">
<page-title class="mb-6">All Projects</page-title>
<project-view-switcher @changed="projectViewSwitched"></project-view-switcher>
<project-view-switcher @changed="projectViewSwitched" :active-mode="displayMode"></project-view-switcher>
</div>
<div v-if="displayMode == 'grid'" class="flex flex-wrap mt-4 -mx-4 -mb-8">