chore: lint

This commit is contained in:
karishmas6
2024-10-20 23:16:31 +05:30
parent 9d08ad68a0
commit 890d2b32c3

View File

@@ -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 = '';