diff --git a/Near/app/src/main/java/com/alarmy/near/presentation/ui/component/bottomsheet/CycleSettingBottomSheet.kt b/Near/app/src/main/java/com/alarmy/near/presentation/ui/component/bottomsheet/CycleSettingBottomSheet.kt index 36823d3a..74c79c11 100644 --- a/Near/app/src/main/java/com/alarmy/near/presentation/ui/component/bottomsheet/CycleSettingBottomSheet.kt +++ b/Near/app/src/main/java/com/alarmy/near/presentation/ui/component/bottomsheet/CycleSettingBottomSheet.kt @@ -151,13 +151,14 @@ fun CycleSettingBottomSheet( if (!isSelected) { selectedInterval = interval } - }.padding(vertical = 15.dp), + }, ) { Text( + modifier = Modifier.padding(vertical = 15.dp), text = stringResource(interval.labelRes), style = if (isSelected) { - NearTheme.typography.B1_16_BOLD + NearTheme.typography.B2_14_BOLD } else { NearTheme.typography.B2_14_MEDIUM },