Skip to content

Commit ee4be09

Browse files
committed
refactor: StoreStoryCard 컴포넌트의 텍스트 스타일을 label2Sb로 변경
1 parent 8369ccd commit ee4be09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(home)/_components/StoreStory/StoreStory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const StoreStoryCard = ({ src, title, description }: StoreStoryCardProps) => {
104104
<Text as='h4' color='text.white' typo='title3Sb'>
105105
{convertNewlineToJSX(title)}
106106
</Text>
107-
<Text as='p' color='neutral.95' typo='label2'>
107+
<Text as='p' color='neutral.95' typo='label2Sb'>
108108
{convertNewlineToJSX(description)}
109109
</Text>
110110
</VStack>

0 commit comments

Comments
 (0)