22
33exports [` Button 컴포넌트 > 스냅샷 테스트 > disabled Button 스냅샷 1` ] = `
44<button
5- class = " flex items-center justify-center w-fit cursor-not-allowed bg-primary-300 text-gray-50 text-md rounded-xl px-5 py-3 undefined opacity-50"
5+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-not-allowed bg-primary-300 text-gray-50 active:bg-primary-400 text-md rounded-xl px-5 py-3 undefined opacity-50"
66 disabled = " "
77 type = " button"
88>
@@ -12,7 +12,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > disabled Button 스냅샷 1
1212
1313exports [` Button 컴포넌트 > 스냅샷 테스트 > fullWidth Button 스냅샷 1` ] = `
1414<button
15- class = " flex items-center justify-center w-full cursor-pointer bg-primary-300 text-gray-50 text-md rounded-xl px-5 py-3 undefined "
15+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-full cursor-pointer bg-primary-300 text-gray-50 active:bg-primary-400 text-md rounded-xl px-5 py-3 undefined "
1616 type = " button"
1717>
1818 전체 너비 버튼
@@ -21,7 +21,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > fullWidth Button 스냅샷
2121
2222exports [` Button 컴포넌트 > 스냅샷 테스트 > icon variant 스냅샷 1` ] = `
2323<button
24- class = " flex items-center justify-center w-fit cursor-pointer bg-transparent text-gray-900 text-md rounded-xl px-5 py-3 undefined "
24+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-transparent text-gray-900 text-md rounded-xl px-5 py-3 undefined "
2525 type = " button"
2626>
2727 아이콘 버튼
@@ -30,7 +30,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > icon variant 스냅샷 1`]
3030
3131exports [` Button 컴포넌트 > 스냅샷 테스트 > lg size 스냅샷 1` ] = `
3232<button
33- class = " flex items-center justify-center w-fit cursor-pointer bg-primary-300 text-gray-50 text-lg rounded-2xl px-6 py-4 undefined "
33+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-primary-300 text-gray-50 active:bg-primary-400 text-lg rounded-2xl px-6 py-4 undefined "
3434 type = " button"
3535>
3636 큰 버튼
@@ -39,7 +39,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > lg size 스냅샷 1`] = `
3939
4040exports [` Button 컴포넌트 > 스냅샷 테스트 > link variant 스냅샷 1` ] = `
4141<button
42- class = " flex items-center justify-center w-fit cursor-pointer bg-transparent text-gray-400 text-sm !p-0 !rounded-none text-md rounded-xl px-5 py-3 undefined "
42+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-transparent text-gray-400 text-sm !p-0 !rounded-none text-md rounded-xl px-5 py-3 undefined "
4343 type = " button"
4444>
4545 링크 버튼
@@ -48,7 +48,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > link variant 스냅샷 1`]
4848
4949exports [` Button 컴포넌트 > 스냅샷 테스트 > md size 스냅샷 1` ] = `
5050<button
51- class = " flex items-center justify-center w-fit cursor-pointer bg-primary-300 text-gray-50 text-md rounded-xl px-5 py-3 undefined "
51+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-primary-300 text-gray-50 active:bg-primary-400 text-md rounded-xl px-5 py-3 undefined "
5252 type = " button"
5353>
5454 중간 버튼
@@ -57,7 +57,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > md size 스냅샷 1`] = `
5757
5858exports [` Button 컴포넌트 > 스냅샷 테스트 > primary variant 스냅샷 1` ] = `
5959<button
60- class = " flex items-center justify-center w-fit cursor-pointer bg-primary-300 text-gray-50 text-md rounded-xl px-5 py-3 undefined "
60+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-primary-300 text-gray-50 active:bg-primary-400 text-md rounded-xl px-5 py-3 undefined "
6161 type = " button"
6262>
6363 주 버튼
@@ -66,7 +66,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > primary variant 스냅샷 1
6666
6767exports [` Button 컴포넌트 > 스냅샷 테스트 > secondary variant 스냅샷 1` ] = `
6868<button
69- class = " flex items-center justify-center w-fit cursor-pointer bg-primary-50 text-primary-300 text-md rounded-xl px-5 py-3 undefined "
69+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-primary-50 text-primary-300 active:bg-primary-100 text-md rounded-xl px-5 py-3 undefined "
7070 type = " button"
7171>
7272 보조 버튼
@@ -75,7 +75,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > secondary variant 스냅샷
7575
7676exports [` Button 컴포넌트 > 스냅샷 테스트 > sm size 스냅샷 1` ] = `
7777<button
78- class = " flex items-center justify-center w-fit cursor-pointer bg-primary-300 text-gray-50 text-sm rounded-lg px-4 py-2 undefined "
78+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-primary-300 text-gray-50 active:bg-primary-400 text-sm rounded-lg px-4 py-2 undefined "
7979 type = " button"
8080>
8181 작은 버튼
@@ -84,7 +84,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > sm size 스냅샷 1`] = `
8484
8585exports [` Button 컴포넌트 > 스냅샷 테스트 > socialLogin variant 스냅샷 1` ] = `
8686<button
87- class = " flex items-center justify-center w-fit cursor-pointer border transition-colors duration-200 text-md rounded-xl px-5 py-3 undefined "
87+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer border transition-colors duration-200 text-md rounded-xl px-5 py-3 undefined "
8888 type = " button"
8989>
9090 소셜 로그인 버튼
@@ -93,7 +93,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > socialLogin variant 스냅
9393
9494exports [` Button 컴포넌트 > 스냅샷 테스트 > tertiary variant 스냅샷 1` ] = `
9595<button
96- class = " flex items-center justify-center w-fit cursor-pointer bg-gray-100 text-gray-600 text-md rounded-xl px-5 py-3 undefined "
96+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-gray-100 text-gray-600 active:bg-gray-200 text-md rounded-xl px-5 py-3 undefined "
9797 type = " button"
9898>
9999 3차 버튼
@@ -102,7 +102,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > tertiary variant 스냅샷
102102
103103exports [` Button 컴포넌트 > 스냅샷 테스트 > text variant 스냅샷 1` ] = `
104104<button
105- class = " flex items-center justify-center w-fit cursor-pointer bg-transparent text-gray-900 text-md !p-0 !rounded-none text-md rounded-xl px-5 py-3 undefined "
105+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-transparent text-gray-900 text-md !p-0 !rounded-none text-md rounded-xl px-5 py-3 undefined "
106106 type = " button"
107107>
108108 텍스트 버튼
@@ -111,7 +111,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > text variant 스냅샷 1`]
111111
112112exports [` Button 컴포넌트 > 스냅샷 테스트 > 기본 Button 컴포넌트 스냅샷 1` ] = `
113113<button
114- class = " flex items-center justify-center w-fit cursor-pointer bg-primary-300 text-gray-50 text-md rounded-xl px-5 py-3 undefined "
114+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-fit cursor-pointer bg-primary-300 text-gray-50 active:bg-primary-400 text-md rounded-xl px-5 py-3 undefined "
115115 type = " button"
116116>
117117 기본 버튼
@@ -120,7 +120,7 @@ exports[`Button 컴포넌트 > 스냅샷 테스트 > 기본 Button 컴포넌트
120120
121121exports [` Button 컴포넌트 > 스냅샷 테스트 > 커스텀 className과 props가 적용된 Button 스냅샷 1` ] = `
122122<button
123- class = " flex items-center justify-center w-full cursor-pointer bg-primary-50 text-primary-300 text-lg rounded-2xl px-6 py-4 custom-class "
123+ class = " flex items-center justify-center hover:opacity-90 transition-opacity duration-100 w-full cursor-pointer bg-primary-50 text-primary-300 active:bg-primary-100 text-lg rounded-2xl px-6 py-4 custom-class "
124124 data-testid = " snapshot-button"
125125 id = " test-button"
126126 type = " button"
0 commit comments