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
}
}