We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83614e commit d165930Copy full SHA for d165930
src/components/Calendar/index.jsx
@@ -17,7 +17,7 @@ export default function Calendar() {
17
src={`https://calendar.google.com/calendar/embed?height=500&wkst=${firstDay}&ctz=${timezone}&showTitle=0&showTz=1&showPrint=0&src=ODgwNTU3MGE0ZTFjYTIzMTk4NDI5NzFkYjQzODBlZDUxOGM0OTA1NzdjMDY0NTRhZGYyMzAzNzM0NTA2ZjM5N0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%2333b679`}
18
width="100%"
19
height="500"
20
- style={ colorMode === "dark" ? {filter: "invert(100%) hue-rotate(180deg)"} : {}}
+ style={ colorMode === "dark" ? {filter: "invert(95%) brightness(95%) hue-rotate(180deg)"} : {}}
21
></iframe>
22
);
23
}
0 commit comments