Skip to content

Commit 03b42e8

Browse files
committed
update background color to lightGray1
1 parent e051fea commit 03b42e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/mit-open/src/pages/UnitsListingPage/UnitsListingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const sortUnits = (
5555
}
5656

5757
const Page = styled.div(({ theme }) => ({
58-
backgroundColor: theme.custom.colors.white,
58+
backgroundColor: theme.custom.colors.lightGray1,
5959
}))
6060

6161
const PageContent = styled.div(({ theme }) => ({

0 commit comments

Comments
 (0)