Skip to content

Commit e6d095c

Browse files
committed
[BOOK-183] chore: 약관 전체 동의 클릭 영역 확장
1 parent 20a7800 commit e6d095c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

feature/login/src/main/kotlin/com/ninecraft/booket/feature/termsagreement/TermsAgreementUi.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package com.ninecraft.booket.feature.termsagreement
22

33
import androidx.compose.foundation.background
44
import androidx.compose.foundation.border
5+
import androidx.compose.foundation.clickable
56
import androidx.compose.foundation.layout.Column
67
import androidx.compose.foundation.layout.Row
78
import androidx.compose.foundation.layout.Spacer
@@ -74,6 +75,9 @@ internal fun TermsAgreementUi(
7475
color = ReedTheme.colors.contentBrand,
7576
shape = RoundedCornerShape(ReedTheme.radius.sm),
7677
)
78+
.noRippleClickable {
79+
state.eventSink(TermsAgreementUiEvent.OnAllTermsAgreedClick)
80+
}
7781
.padding(
7882
horizontal = ReedTheme.spacing.spacing4,
7983
vertical = ReedTheme.spacing.spacing5,

0 commit comments

Comments
 (0)