Skip to content

Commit 92d330e

Browse files
authored
Merge pull request #153 from sipe-team/main-dev-merge-20251202
Main dev merge 20251202
2 parents 2f5c6b9 + 5dcc5a2 commit 92d330e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/molecules/Table/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function TableData({ data, isApplicant }: TableDataProps) {
6161
// 이전 check_circle.svg 색상은: --cyan 이었음
6262
<CheckCircleIcon style={{ color: 'var(--primary)' }} />
6363
) : (
64-
<Typography color={'var(--gray700)'} size={14}>
64+
<Typography color={color.gray400} size={14}>
6565
{data.recurring_date}
6666
</Typography>
6767
)}

src/components/organisms/recruit/ScheduleCard/index.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
.subTitle {
2929
align-self: stretch;
3030
text-align: center;
31-
color: color('gray700');
3231
line-height: 19.6px;
3332
word-wrap: break-word;
3433
}

0 commit comments

Comments
 (0)