Fixes spinner for light mode
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user