Skip to content

Commit

Permalink
Merge branch 'main' into DOP-5014
Browse files Browse the repository at this point in the history
  • Loading branch information
seungpark authored Oct 16, 2024
2 parents e02b20e + 9b4513d commit 6d42af1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/Procedure/Step.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ const circleIndividualStyles = {
color: ${palette.gray.light2};
}
`,
normal: (darkMode) => css`
normal: css`
border: 1.5px solid ${palette.gray.light1};
font-weight: 400;
font-weight: 500;
font-size: 16px;
line-height: 28px;
background-color: inherit;
Expand Down Expand Up @@ -63,7 +63,7 @@ const landingStepStyles = {
}
}
`,
normal: (darkMode) => css`
normal: css`
gap: ${theme.size.default};
h2,
h4,
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/__snapshots__/Procedure.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ exports[`renders with "normal" or YAML steps styling 1`] = `
-webkit-justify-content: center;
justify-content: center;
border: 1.5px solid #C1C7C6;
font-weight: 400;
font-weight: 500;
font-size: 16px;
line-height: 28px;
background-color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/__snapshots__/Step.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ exports[`renders with "normal" or YAML steps styling 1`] = `
-webkit-justify-content: center;
justify-content: center;
border: 1.5px solid #C1C7C6;
font-weight: 400;
font-weight: 500;
font-size: 16px;
line-height: 28px;
background-color: inherit;
Expand Down

0 comments on commit 6d42af1

Please sign in to comment.