dark mode support, close #14

This commit is contained in:
spencerwooo
2021-08-23 16:14:08 +01:00
parent 96e9dbb2b2
commit ae8ada58ca
19 changed files with 1526 additions and 177 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { FunctionComponent } from 'react'
const Loading: FunctionComponent<{ loadingText: string }> = ({ loadingText }) => {
return (
<div className="flex items-center justify-center rounded py-32 space-x-1">
<div className="flex items-center justify-center rounded py-32 space-x-1 dark:text-white">
<svg
className="animate-spin -ml-1 mr-3 h-5 w-5"
xmlns="http://www.w3.org/2000/svg"