Skip to content

Commit 4e6339b

Browse files
authored
Merge pull request #50 from webdevhome/fix-background-color
Fix background color
2 parents 669dbf3 + 154c80c commit 4e6339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
</style>
2222
</head>
23-
<body class="m-0 h-full bg-white dark:bg-gray-700">
23+
<body class="m-0 min-h-full bg-white dark:bg-gray-700">
2424
<div id="root" class="h-full"></div>
2525
<script type="module" src="/src/index.tsx"></script>
2626
</body>

0 commit comments

Comments
 (0)