mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: switch preference bottom padding
This commit is contained in:
parent
41b067bad2
commit
c1ca8f919d
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ fun SwitchPreference(
|
|||
secondaryText = {
|
||||
Text(
|
||||
text = summary,
|
||||
modifier = Modifier.padding(bottom = 16.dp),
|
||||
color = color,
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue