优化动态主题

This commit is contained in:
tangly1024.com
2023-06-06 19:01:05 +08:00
parent 1b5900c35f
commit 18ca12f176
2 changed files with 25 additions and 12 deletions

View File

@@ -18,7 +18,7 @@ const Loading = (props) => {
}, [theme])
return <div className="w-screen h-screen flex justify-center items-center bg-black">
<h1 className="text-2xl"><i className='mr-5 fas fa-spinner animate-spin' /></h1>
<i className='mr-5 fas fa-spinner animate-spin text-2xl' />
</div>
}
export default Loading