Skip to content

Commit

Permalink
fix: 정답 모달 > 시멘틱 태그, 스타일 변경
Browse files Browse the repository at this point in the history
[#2]
  • Loading branch information
YuHyun-P authored and flydog98 committed Dec 14, 2023
1 parent 08062ce commit 1ec8e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const title = style([
]);

export const strong = style([
typography.$semantic.title3Bold,
typography.$semantic.title4Regular,
{
display: "block",
marginBottom: 10,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function SolvedModal({
<Modal onClose={onClose}>
<div className={styles.container}>
<h3 className={styles.title}>정답입니다 🥳</h3>
<strong className={styles.strong}>내 답안을 공유해볼까요?</strong>
<span className={styles.strong}>내 답안을 공유해볼까요?</span>
<div className={styles.linkContainer}>
<input
className={styles.linkInput}
Expand Down

0 comments on commit 1ec8e2a

Please sign in to comment.