From 890d2b32c3dd5038f626adbb27e9e6cd42436b1a Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 20 Oct 2024 23:16:31 +0530 Subject: [PATCH] chore: lint --- src/pages/RecordingPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/RecordingPage.tsx b/src/pages/RecordingPage.tsx index 3c38eaa7..a787afe3 100644 --- a/src/pages/RecordingPage.tsx +++ b/src/pages/RecordingPage.tsx @@ -58,7 +58,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => { useEffect(() => { document.body.style.background = 'radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(232, 191, 222, 1) 100%, rgba(255, 255, 255, 1) 100%)'; document.body.style.filter = 'progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);' - + return () => { // Cleanup the background when leaving the page document.body.style.background = '';