Skip to content

Commit 154c80c

Browse files
committed
Fix background color
Fix background color when chosen theme doesn't match browser level theme.
1 parent 669dbf3 commit 154c80c

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)