Skip to content

Commit 4e18a95

Browse files
committed
fix colors copied in from figma
1 parent 1618e9b commit 4e18a95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontends/main/src/app-pages/DashboardPage/CoursewareDisplay/ProgramAsCourseCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ const ProgramCardSubHeader = styled.div(({ theme }) => ({
9090
alignItems: "center",
9191
alignSelf: "stretch",
9292
gap: "10px",
93-
borderTop: "1px solid var(--Gray-200---Light-Gray-2, #DDE1E6)",
94-
background: "var(--Gray-100---Light-Gray-1, #F3F4F8)",
93+
borderTop: `1px solid ${theme.custom.colors.lightGray2}`,
94+
background: `${theme.custom.colors.lightGray1}`,
9595
[theme.breakpoints.down("md")]: {
9696
borderLeft: `1px solid ${theme.custom.colors.lightGray2}`,
9797
borderRight: `1px solid ${theme.custom.colors.lightGray2}`,

0 commit comments

Comments
 (0)