Skip to content

Commit 8e2aca1

Browse files
Muhammad Faraz  Maqsoodpapphelix
authored andcommitted
fix: change background color for whole page
1 parent 5b3f526 commit 8e2aca1

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/release-notes/ReleaseNotes.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const ReleaseNotes = () => {
124124
}, []);
125125

126126
return (
127-
<>
127+
<div className="release-notes-page-wrapper">
128128
<Header isHiddenMainMenu />
129129
{errors.loadingNotes && (
130130
<Container size="xl" className="px-4 pt-4">
@@ -313,7 +313,7 @@ const ReleaseNotes = () => {
313313
</ModalDialog>
314314
)}
315315
<StudioFooterSlot />
316-
</>
316+
</div>
317317
);
318318
};
319319

src/release-notes/ReleaseNotes.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
}
3232
}
3333

34+
.release-notes-page-wrapper {
35+
background: #F3F3F3;
36+
}
37+
3438
.release-notes-sidebar {
3539
position: sticky;
3640
top: 0;

0 commit comments

Comments
 (0)