diff --git a/components/modules/calendar/CalendarModule.tsx b/components/modules/calendar/CalendarModule.tsx
index 951cae590..0af7a9a92 100644
--- a/components/modules/calendar/CalendarModule.tsx
+++ b/components/modules/calendar/CalendarModule.tsx
@@ -121,6 +121,9 @@ function DayComponent(props: any) {
{sonarrFiltered.length > 0 && }
setOpened(false)}
opened={opened}
diff --git a/components/modules/calendar/MediaDisplay.tsx b/components/modules/calendar/MediaDisplay.tsx
index dcea62458..1cc876a3e 100644
--- a/components/modules/calendar/MediaDisplay.tsx
+++ b/components/modules/calendar/MediaDisplay.tsx
@@ -15,7 +15,14 @@ function MediaDisplay(props: { media: IMedia }) {
const { media }: { media: IMedia } = props;
return (
-
+
({
diff --git a/components/modules/moduleWrapper.tsx b/components/modules/moduleWrapper.tsx
index 91be8a7ff..52170c7be 100644
--- a/components/modules/moduleWrapper.tsx
+++ b/components/modules/moduleWrapper.tsx
@@ -20,7 +20,7 @@ export default function ModuleWrapper(props: any) {
shadow="sm"
style={{
// Make background color of the card depend on the theme
- backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[6] : 'white',
+ backgroundColor: theme.colorScheme === 'dark' ? theme.colors.dark[5] : 'white',
}}
>