Change BG color

This commit is contained in:
khatabwedaa 2020-05-30 23:07:57 +02:00
parent e2c4fc0b16
commit 20f8d8dbf8

View file

@ -1,6 +1,7 @@
<template>
<div class="min-h-screen bg-gray-100 font-roboto" id="app">
<div class="min-h-screen bg-white font-roboto" id="app">
<Header></Header>
<main-component></main-component>
</div>
</template>