add bg-primary classes

This commit is contained in:
2020-05-08 11:36:02 +02:00
parent a90b00d9bd
commit 8fd6608bda
33 changed files with 57 additions and 710 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="flex bg-orange-200 h-screen overflow-y-hidden">
<div class="flex bg-gray-200 h-screen overflow-y-hidden">
<Nav />
<div v-if="authUser" class="w-full overflow-y-auto">
<TopBar />