Skip to content

Commit

Permalink
Change packageBanner text to subHeading style, and remove drop shadow (
Browse files Browse the repository at this point in the history
  • Loading branch information
akinevans authored Sep 26, 2024
1 parent 99ca8da commit 28a519f
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ const useStyles = createUseStyles({
boxShadow: "2px 2px 4px 2px rgba(0, 0, 0, 0.1)",
display: "flex",
alignItems: "center",
justifyContent: "center",
textShadow: "0px 4px 4px rgba(0,0,0,.25)"
justifyContent: "center"
},
packageBannerIcon: {
fontSize: "24px",
Expand Down Expand Up @@ -81,7 +80,10 @@ function ProjectMeasure(props) {
<>
<div className={classes.packageBanner}>
<MdCheckCircle className={classes.packageBannerIcon} />
<div className={classes.packageBannerText}>
<div
className={classes.packageBannerText}
style={theme.typography.subHeading}
>
You qualify for a bonus package to earn 1 extra point!
</div>
</div>
Expand Down

0 comments on commit 28a519f

Please sign in to comment.