Skip to content

Commit e161ff6

Browse files
committed
feat: RecentlySupportedStores 컴포넌트에서 Button의 크기를 large로 변경하고 fullWidth prop 적용
1 parent cf545d2 commit e161ff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ export const RecentlySupportedStores = () => {
4343
<Link href='/stores'>
4444
<Button
4545
variant='custom'
46+
size='large'
4647
className={styles.showAllButton}
47-
style={{ width: "100%" }}
48+
fullWidth
4849
>
4950
가게 전체보기
5051
</Button>

0 commit comments

Comments
 (0)