Skip to content

Commit

Permalink
update error message background color, update H1 font style to match …
Browse files Browse the repository at this point in the history
…Heading 1 in the style guide. This included changes to font family, size and line-height
  • Loading branch information
akinevans committed Sep 18, 2024
1 parent 90a0069 commit 43281b0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ const useStyles = createUseStyles({
textAlign: "center",

"& h1": {
fontFamily: "Oswald",
fontFamily: "Calibri",
fontWeight: "bold",
fontSize: "30px",
lineHeight: "44px",
fontSize: "28px",
lineHeight: "140%",
marginTop: "22px"
}
},
level0Message: {
marginTop: "20px",
maxWidth: "800px",
backgroundColor: "#FEF4F2",
backgroundColor: "#F9DFDA",
color: "#B64E38",
fontSize: "22px",
lineHeight: "38px",
Expand Down

0 comments on commit 43281b0

Please sign in to comment.