mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-08-08 08:48:39 +00:00
feat(chat-window): use light theme for spinner
This commit is contained in:
@ -323,7 +323,7 @@ const ChatWindow = () => {
|
|||||||
<div className="flex flex-row items-center justify-center min-h-screen">
|
<div className="flex flex-row items-center justify-center min-h-screen">
|
||||||
<svg
|
<svg
|
||||||
aria-hidden="true"
|
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"
|
viewBox="0 0 100 101"
|
||||||
fill="none"
|
fill="none"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
Reference in New Issue
Block a user