From d96210814fc40b96fdb2b558a56d11070e4ba706 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 27 Dec 2022 21:45:37 +0100 Subject: [PATCH] Added a background color to the body to the App.sass --- admin/src/App.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/src/App.sass b/admin/src/App.sass index 31b762c..1771351 100644 --- a/admin/src/App.sass +++ b/admin/src/App.sass @@ -1,6 +1,8 @@ +@import "@/common/styles/colors" + * font-family: 'Roboto', serif body, html margin: 0 - height: 100vh \ No newline at end of file + background-color: $white \ No newline at end of file