From 48501d6f107eb21d34db20f91a0ba352033d19de Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sat, 21 Jun 2025 23:27:26 +0300 Subject: [PATCH 1/2] fix video player bg --- src/components/Embeds/VideoPlayer.tsx | 2 +- src/styles/theme-common.ts | 2 +- src/styles/theme-dark.ts | 2 +- src/styles/theme-light.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Embeds/VideoPlayer.tsx b/src/components/Embeds/VideoPlayer.tsx index b8caab4..f0f1c4c 100644 --- a/src/components/Embeds/VideoPlayer.tsx +++ b/src/components/Embeds/VideoPlayer.tsx @@ -608,7 +608,7 @@ export const VideoPlayer: FC = ({ Date: Sat, 21 Jun 2025 23:40:25 +0300 Subject: [PATCH 2/2] revert --- src/styles/theme-common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/theme-common.ts b/src/styles/theme-common.ts index a0ba162..481f82f 100644 --- a/src/styles/theme-common.ts +++ b/src/styles/theme-common.ts @@ -78,7 +78,6 @@ const commonThemeOptions = { paper: { backgroundColor: 'background.paper', color: 'text.primary', - backgroundImage: 'none', }, }, },