Skip to content

Commit

Permalink
refactor: className 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeseungyun committed Jun 5, 2024
1 parent de9397e commit a8c61ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/page/Auth/components/Common/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
border-radius: 4px;
font-weight: 600;

&__active {
&--active {
width: 100%;
background-color: #175C8E;
height: 50px;
Expand Down
2 changes: 1 addition & 1 deletion src/page/Auth/components/Common/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function CommonLayout() {
disabled={!isStepComplete}
className={
cn({
[styles.button__active]: isStepComplete || isComplete,
[styles['button--active']]: isStepComplete || isComplete,
[styles.button]: true,
})
}
Expand Down

0 comments on commit a8c61ac

Please sign in to comment.