Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
1e13ea74e7
commit
24badf872d
@ -72,7 +72,8 @@ public struct SegmentedPicker<T: Equatable>: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.vertical, Design.Spacing.xSmall)
|
.padding(.vertical, Design.Spacing.medium)
|
||||||
|
.padding(.horizontal, Design.Spacing.medium)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -111,7 +111,8 @@ public struct SettingsSegmentedPicker<T: Equatable, Accessory: View>: View {
|
|||||||
}
|
}
|
||||||
.sensoryFeedback(.selection, trigger: selection)
|
.sensoryFeedback(.selection, trigger: selection)
|
||||||
}
|
}
|
||||||
.padding(.vertical, Design.Spacing.xSmall)
|
.padding(.vertical, Design.Spacing.medium)
|
||||||
|
.padding(.horizontal, Design.Spacing.medium)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -151,6 +151,7 @@ private struct SyncStatusRow<ViewModel: CloudSyncable>: View {
|
|||||||
Text(String(localized: "Sync Now")).styled(.captionEmphasis, emphasis: .custom(accentColor))
|
Text(String(localized: "Sync Now")).styled(.captionEmphasis, emphasis: .custom(accentColor))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.padding(.horizontal, Design.Spacing.medium)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user