Skip to content

Commit f38a1e3

Browse files
committed
updated boxShadow value for cta section
1 parent 3f49320 commit f38a1e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontends/ol-components/src/components/LearningResourceExpanded/LearningResourceExpanded.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ const CallToAction = styled.div({
102102
gap: "10px",
103103
borderRadius: "8px",
104104
border: `1px solid ${theme.custom.colors.lightGray2}`,
105-
boxShadow:
106-
"0px 2px 4px 0px rgba(37, 38, 43, 0.10), 0px 2px 4px 0px rgba(37, 38, 43, 0.10)",
105+
boxShadow: "0px 2px 10px 0px rgba(37, 38, 43, 0.10)",
107106
[theme.breakpoints.down("md")]: {
108107
width: "100%",
109108
padding: "0",

0 commit comments

Comments
 (0)