mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
formatting
This commit is contained in:
@@ -416,7 +416,7 @@ struct VideoDetails: View {
|
|||||||
Button { descriptionExpanded.toggle()
|
Button { descriptionExpanded.toggle()
|
||||||
} label: {
|
} label: {
|
||||||
Image(systemName: descriptionExpanded ? "chevron.up" : "chevron.down")
|
Image(systemName: descriptionExpanded ? "chevron.up" : "chevron.down")
|
||||||
.imageScale(.small)
|
.imageScale(.small)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.horizontal)
|
.padding(.horizontal)
|
||||||
|
Reference in New Issue
Block a user