Skip to content

Commit 28f70aa

Browse files
authored
fix: RoundBtnV2Props color에 dark_mode type 추가 (#383)
* feat: 회사소개 페이지 배너 추가 및 navBar 다크모드 적용 * feat: 배너 타이틀 및 화살표 애니메이션 구현 * feat: 회사 소개 첫번째 섹션 구현 * feat: 회사 소개 두번째 섹션 개발 * feat: 회사소개 세번째 섹션 구현 * feat: footer 다크모드 적용 * feat: 정책 모달 모바일 버전 구현 * feat: 회사 소개 전용 navbar 적용 * fix: RoundBtnV2Props color에 dark_mode type 추가
1 parent 504113c commit 28f70aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
export interface RoundBtnV2Props extends React.ButtonHTMLAttributes<HTMLButtonElement> {
2-
color: "white" | "grey" | "purple";
1+
export interface RoundBtnV2Props
2+
extends React.ButtonHTMLAttributes<HTMLButtonElement> {
3+
color: "white" | "grey" | "purple" | "dark_mode";
34
}

0 commit comments

Comments
 (0)