add bg to body

This commit is contained in:
mbecker20
2024-06-12 02:39:26 -07:00
parent 39ce98161b
commit f10efbb5ba
+1 -1
View File
@@ -13,7 +13,7 @@
<title>Monitor</title>
</head>
<body class="min-h-screen">
<body class="min-h-screen bg-background">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>