Skip to content

Commit cf4eca8

Browse files
committed
fix border
1 parent 55b3d32 commit cf4eca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Wrapper = styled.div(({ theme }) => ({
2020
boxShadow: "0px 4px 8px 0px rgba(19, 20, 21, 0.08)",
2121
borderRadius: "8px",
2222
[theme.breakpoints.down("md")]: {
23-
borderColor: theme.custom.colors.lightGray2,
23+
border: `1px solid ${theme.custom.colors.lightGray2}`,
2424
backgroundColor: "rgba(243, 244, 248, 0.60);", // TODO: use theme color
2525
marginTop: "16px",
2626
padding: "0",

0 commit comments

Comments
 (0)