Skip to content

Commit 68b5020

Browse files
committed
feat: 스페이스 생성 및 회고 생성 시에 아이콘 및 인터렉션 스타일 변경
depromeet#612
1 parent 57f6e00 commit 68b5020

9 files changed

Lines changed: 52 additions & 34 deletions

File tree

apps/web/src/app/desktop/space/add/AddSpacePage.tsx

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ function SelectRetrospectTemplateFunnel() {
287287
{
288288
id: "recommendation",
289289
icon: "ic_stars",
290-
label: "추천받기",
290+
label: "추천 받기",
291291
onClick: () => setTemplateType("recommendation"),
292292
},
293293
{
@@ -343,10 +343,28 @@ function SelectRetrospectTemplateFunnel() {
343343
span {
344344
color: ${DESIGN_TOKEN_COLOR.gray00};
345345
}
346+
// 추천 받기 아이콘의 활성화 색상을 정의해요
347+
svg#star-icon {
348+
path:nth-of-type(1) {
349+
fill: #e9f0ff;
350+
}
351+
path:nth-of-type(2) {
352+
fill: #fff;
353+
}
354+
path:nth-of-type(3) {
355+
fill: #c4d7fd;
356+
}
357+
}
358+
// 리스트 보기 아이콘의 활성화 색상을 정의해요
359+
svg#list-icon {
360+
path {
361+
fill: #e2ebfe;
362+
}
363+
}
346364
`}
347365
`}
348366
>
349-
<Icon icon={icon} size={4.8} color={iconColor} />
367+
<Icon icon={icon} size={3.4} color={iconColor} />
350368
<Typography as="span" variant="body16Medium" color="black">
351369
{label}
352370
</Typography>
Lines changed: 4 additions & 4 deletions
Loading
Lines changed: 4 additions & 4 deletions
Loading
Lines changed: 3 additions & 3 deletions
Loading
Lines changed: 3 additions & 3 deletions
Loading
Lines changed: 5 additions & 5 deletions
Loading
Lines changed: 5 additions & 5 deletions
Loading
Lines changed: 4 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)