Skip to content

Commit 9b432a4

Browse files
refactor: ScheduleDateLabel 스타일 컴포넌트명 오타 수정
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9617570 commit 9b432a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/admin/Dashboard/components/ApplicantListSection/List/ApplicantListItem/InterviewTimeContentModal.styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const ScheduleRow = styled.div({
2525
alignItems: 'flex-start',
2626
gap: '1rem',
2727
});
28-
export const SchedulDateLabel = styled.span(({ theme }) => ({
28+
export const ScheduleDateLabel = styled.span(({ theme }) => ({
2929
fontSize: theme.font.size.sm,
3030
fontWeight: 600,
3131
color: theme.colors.gray700,

0 commit comments

Comments
 (0)