Skip to content

Commit

Permalink
fix: lint에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MinGu-Jeong committed Jan 14, 2024
1 parent 3c2ada5 commit 4ac9d7b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
width: 255px;
}

&--error{
border: 1px solid #F7941E;
&--error {
border: 1px solid #f7941e;
}

&--normal{
&--normal {
border: 1px solid #d2dae2;
}
}
Expand All @@ -55,9 +55,9 @@
gap: 8px;
}

&__error{
&__error {
display: flex;
color:#F7941E;
color: #f7941e;
font-size: 12px;
align-items: center;
gap: 8px;
Expand Down

0 comments on commit 4ac9d7b

Please sign in to comment.