mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
dark mode support, close #14
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user