File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
feature/login/src/main/kotlin/com/ninecraft/booket/feature Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ internal fun Login(
5454 onClick = {
5555 state.eventSink(LoginUiEvent .OnKakaoLoginButtonClick )
5656 },
57+ sizeStyle = largeButtonStyle,
58+ colorStyle = ReedButtonColorStyle .KAKAO ,
5759 modifier = Modifier
5860 .fillMaxWidth()
5961 .padding(
@@ -62,8 +64,6 @@ internal fun Login(
6264 bottom = ReedTheme .spacing.spacing8,
6365 )
6466 .align(Alignment .BottomCenter ),
65- colorStyle = ReedButtonColorStyle .KAKAO ,
66- sizeStyle = largeButtonStyle,
6767 text = stringResource(id = R .string.kakao_login),
6868 leadingIcon = {
6969 Icon (
Original file line number Diff line number Diff line change @@ -114,15 +114,15 @@ internal fun TermsAgreement(
114114 onClick = {
115115 state.eventSink(TermsAgreementUiEvent .OnStartButtonClick )
116116 },
117+ sizeStyle = largeButtonStyle,
118+ colorStyle = ReedButtonColorStyle .PRIMARY ,
117119 modifier = Modifier
118120 .fillMaxWidth()
119121 .padding(
120122 start = ReedTheme .spacing.spacing5,
121123 end = ReedTheme .spacing.spacing5,
122124 bottom = ReedTheme .spacing.spacing4,
123125 ),
124- colorStyle = ReedButtonColorStyle .PRIMARY ,
125- sizeStyle = largeButtonStyle,
126126 enabled = state.isAllAgreed,
127127 text = stringResource(R .string.terms_agreement_button_start),
128128 )
You can’t perform that action at this time.
0 commit comments