Successfully modified file: /home/Messier82/projects/service-book/app/src/main/java/com/servicebook/ui/settings/SettingsScreen.kt (1 replacements). Here is the updated code: ... modifier = Modifier.testTag(TestTags.SETTINGS_CRASH_REPORTING_TOGGLE), ) }, ) ExpandablePrivacyDisclosure( buttonPadding = PaddingValues(start = 56.dp, bottom = 8.dp), contentPadding = PaddingValues(start = 56.dp, end = 16.dp), ) } } Spacer(Modifier.height(8.dp)) ...