fix: switch preference bottom padding

This commit is contained in:
andrekir 2025-01-04 16:20:16 -03:00
parent 41b067bad2
commit c1ca8f919d

View file

@ -64,6 +64,7 @@ fun SwitchPreference(
secondaryText = {
Text(
text = summary,
modifier = Modifier.padding(bottom = 16.dp),
color = color,
)
},