Minor fixes

This commit is contained in:
Arkadiusz Fal
2022-07-11 00:42:47 +02:00
parent ebe3ba9ed5
commit 5bfc1a3206
3 changed files with 12 additions and 4 deletions

View File

@@ -124,7 +124,6 @@ struct PlayerControls: View {
.foregroundColor(.secondary)
.modifier(ControlBackgroundModifier())
.clipShape(RoundedRectangle(cornerRadius: 2))
.offset(x: -2, y: -2)
}
.buttonStyle(.plain)
.opacity(model.presentingControls || model.presentingOverlays ? 0 : player.lastSkipped.isNil ? 0 : 1)