Video details toolbar and inspector settings

This commit is contained in:
Arkadiusz Fal
2022-11-13 23:36:46 +01:00
parent 7cc3cd950b
commit 041a28e7a0
8 changed files with 97 additions and 9 deletions

View File

@@ -83,8 +83,9 @@ struct VideoActions: View {
Text(name)
.foregroundColor(.secondary)
.font(.caption2)
.allowsTightening(true)
}
.padding(.horizontal, 10)
.padding(.horizontal, 6)
.padding(.vertical, 5)
.contentShape(Rectangle())
}