mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Layout fixes
This commit is contained in:
@@ -7,12 +7,12 @@ struct OpenVideosButton: View {
|
||||
|
||||
var body: some View {
|
||||
Button(action: action) {
|
||||
HStack {
|
||||
HStack(spacing: 8) {
|
||||
if let imageSystemName {
|
||||
Image(systemName: imageSystemName)
|
||||
}
|
||||
if let text {
|
||||
Text(text ?? "")
|
||||
Text(text)
|
||||
.fontWeight(.bold)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user