feat(chat-window): use light theme for spinner

This commit is contained in:
ItzCrazyKns 2024-05-31 11:08:32 +05:30
parent cf0abbb9d2
commit 32cc430b1b
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ const ChatWindow = () => {
<div className="flex flex-row items-center justify-center min-h-screen">
<svg
aria-hidden="true"
className="w-8 h-8 text-[#202020] animate-spin fill-[#ffffff3b]"
className="w-8 h-8 text-light-200 fill-light-secondary dark:text-[#202020] animate-spin dark:fill-[#ffffff3b]"
viewBox="0 0 100 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"