feat: 컴포넌트 추가, 스타일 수정

This commit is contained in:
2026-04-10 12:23:48 +09:00
parent a836333512
commit 35f6023f5a
19 changed files with 1263 additions and 56 deletions

View File

@@ -6,7 +6,7 @@ const variantClassMap: Record<SectionVariant, string> = {
base: 'flex-center w-full bg-white shadow-card p-6',
card: 'flex-center bg-white shadow-card p-6',
list: 'flex flex-col h-full min-h-0 gap-4 bg-white shadow-card p-6',
searchFilterGray: 'flex items-center bg-gray-100 py-3 px-7 text-kc-black-2a text-sm font-medium gap-3',
searchFilterGray: 'flex items-center bg-gray-100 py-3 px-7 text-dabeeo-black-2a text-sm font-medium gap-3',
};
export type SectionProps = {