1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 15:30:33 +05:30

Fix gradient height

This commit is contained in:
Arkadiusz Fal 2022-12-20 23:51:12 +01:00
parent 78940a005b
commit 79df3c6e8b

View File

@ -216,7 +216,7 @@ struct VideoDetails: View {
)
)
.zIndex(0)
.frame(maxHeight: 25)
.frame(maxHeight: 22)
#endif
}
}