Skip to content

Commit efe80f1

Browse files
committed
update background color to lightGray1
1 parent 3575f8d commit efe80f1

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
@@ -53,7 +53,7 @@ const sortUnits = (
5353
}
5454

5555
const Page = styled.div(({ theme }) => ({
56-
backgroundColor: theme.custom.colors.white,
56+
backgroundColor: theme.custom.colors.lightGray1,
5757
}))
5858

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

0 commit comments

Comments
 (0)