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