mirror of
https://github.com/yattee/yattee.git
synced 2025-04-28 07:50:33 +05:30
formatting
This commit is contained in:
parent
a57645f824
commit
84fdc22861
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user