Add top padding to playback speed controls

Improve spacing in PlaybackSettings view by adding top padding to the
playback speed section for better visual separation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Arkadiusz Fal
2025-11-09 14:28:49 +01:00
parent f4d4daccd0
commit cb2d9729ea

View File

@@ -54,6 +54,7 @@ struct PlaybackSettings: View {
Spacer()
.frame(maxWidth: 50, alignment: .trailing)
}
.padding(.top, 10)
HStack {
controlsHeader("Playback Mode".localized())