Fixes spinner for light mode
parent
c4c20cf77d
commit
60e06e65c2
|
@ -118,7 +118,7 @@ const Days = ({
|
|||
|
||||
const Spinner = () => (
|
||||
<svg
|
||||
className="mt-[-9px] mr-1 inline h-5 w-5 animate-spin text-white"
|
||||
className="mt-[-9px] mr-1 inline h-5 w-5 animate-spin text-black dark:text-white"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24">
|
||||
|
|
Loading…
Reference in New Issue