feat: change background of recorder in dm
This commit is contained in:
@@ -61,7 +61,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (darkMode) {
|
if (darkMode) {
|
||||||
|
|
||||||
document.body.style.background = 'rgba(18,18,18,1)';
|
document.body.style.background = '#080808ff';
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
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.background = 'radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(232, 191, 222, 1) 100%, rgba(255, 255, 255, 1) 100%)';
|
||||||
|
|||||||
Reference in New Issue
Block a user