We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1618e9b commit 4e18a95Copy full SHA for 4e18a95
1 file changed
frontends/main/src/app-pages/DashboardPage/CoursewareDisplay/ProgramAsCourseCard.tsx
@@ -90,8 +90,8 @@ const ProgramCardSubHeader = styled.div(({ theme }) => ({
90
alignItems: "center",
91
alignSelf: "stretch",
92
gap: "10px",
93
- borderTop: "1px solid var(--Gray-200---Light-Gray-2, #DDE1E6)",
94
- background: "var(--Gray-100---Light-Gray-1, #F3F4F8)",
+ borderTop: `1px solid ${theme.custom.colors.lightGray2}`,
+ background: `${theme.custom.colors.lightGray1}`,
95
[theme.breakpoints.down("md")]: {
96
borderLeft: `1px solid ${theme.custom.colors.lightGray2}`,
97
borderRight: `1px solid ${theme.custom.colors.lightGray2}`,
0 commit comments