Skip to content

Commit 60e06e6

Browse files
committed
Fixes spinner for light mode
1 parent c4c20cf commit 60e06e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/booker/DatePicker.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const Days = ({
118118

119119
const Spinner = () => (
120120
<svg
121-
className="mt-[-9px] mr-1 inline h-5 w-5 animate-spin text-white"
121+
className="mt-[-9px] mr-1 inline h-5 w-5 animate-spin text-black dark:text-white"
122122
xmlns="http://www.w3.org/2000/svg"
123123
fill="none"
124124
viewBox="0 0 24 24">

0 commit comments

Comments
 (0)