diff --git a/src/components/molecules/Table/index.tsx b/src/components/molecules/Table/index.tsx index 07e9b4c..91f3f4b 100644 --- a/src/components/molecules/Table/index.tsx +++ b/src/components/molecules/Table/index.tsx @@ -58,7 +58,8 @@ function TableData({ data, isApplicant }: TableDataProps) { justify="space-between" > {isApplicant ? ( - + // 이전 check_circle.svg 색상은: --cyan 이었음 + ) : ( {data.recurring_date} diff --git a/src/components/organisms/people/UserCard/index.tsx b/src/components/organisms/people/UserCard/index.tsx index 1f7bcc8..1441a86 100644 --- a/src/components/organisms/people/UserCard/index.tsx +++ b/src/components/organisms/people/UserCard/index.tsx @@ -61,7 +61,11 @@ function UserCard({

{part}

{isOrganizer && (

- Organizer + Organizer{' '} +

)} diff --git a/src/libs/assets/icons/check_circle.svg b/src/libs/assets/icons/check_circle.svg index 2db0fd6..104f008 100644 --- a/src/libs/assets/icons/check_circle.svg +++ b/src/libs/assets/icons/check_circle.svg @@ -1,6 +1,6 @@ - + diff --git a/src/libs/assets/icons/organizer.svg b/src/libs/assets/icons/organizer.svg index 31cc1fd..29013a8 100644 --- a/src/libs/assets/icons/organizer.svg +++ b/src/libs/assets/icons/organizer.svg @@ -1,3 +1,3 @@ - + diff --git a/src/styles/variables.scss b/src/styles/variables.scss index df1267e..7819357 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -15,6 +15,8 @@ --gray800: #edf2f7; --gray900: #f7fafc; --white: #ffffff; + // 이전 check_circle.svg, organizer.svg 색상 + --cyan: #00ffff; /* typography */ --font-weight-black: 900;