Skip to content

Commit 80df524

Browse files
committed
feat: fix color name
1 parent 621c686 commit 80df524

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

โ€Žfrontend/src/modules/Home/components/Features.tsxโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ const Features: React.FC = () => {
1414
icon: '๐Ÿ“',
1515
title: '๊ฐ„ํŽธํ•œ ์‹ ์ฒญ',
1616
description: '๋ช‡ ๋ฒˆ์˜ ํด๋ฆญ๋งŒ์œผ๋กœ ๋น ๋ฅด๊ฒŒ ์„œ๋น„์Šค๋ฅผ ์‹ ์ฒญํ•˜์„ธ์š”.',
17-
color: theme.palette.custom?.primary || '#F2913B',
17+
color: theme.palette.custom?.pseudolabOrange || '#F2913B',
1818
},
1919
{
2020
icon: '๐ŸŽจ',
2121
title: '๋งž์ถคํ˜• ์ฝ˜ํ…์ธ , ๋””์ž์ธ',
2222
description: 'ํ•„์š”ํ•œ ์ฝ˜ํ…์ธ ์™€ ๋””์ž์ธ์„ ์š”์ฒญํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.',
23-
color: theme.palette.custom?.secondary || '#21709A',
23+
color: theme.palette.custom?.pseudolabBlue || '#21709A',
2424
},
2525
{
2626
icon: '๐Ÿข',

0 commit comments

Comments
ย (0)