Skip to content

Commit

Permalink
FIX: 색상변수로 인한 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
chj950807 committed Oct 27, 2023
1 parent 6fa1893 commit 36a29a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/event-new/EventInputForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function EventInputForm({
width: "100%",
overflow: "hidden",
border: "2px solid",
borderColor: `${customColors.main}`,
borderColor: `${customColors.main_pink}`,
borderRadius: "0px 10px 10px 10px",
}}
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/event-new/EventNew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function EventNew() {
borderBottom: "none",
padding: "13px 10px 5px 10px",
borderRadius: "10px 10px 0 0",
backgroundColor: `${customColors.main}`,
backgroundColor: `${customColors.main_pink}`,
fontSize: "18px",
}}
>
Expand Down

0 comments on commit 36a29a1

Please sign in to comment.