mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Use offsets for the carousel instead of a page view.
Fix carousel for RTL layouts.
This commit is contained in:
@@ -38,6 +38,7 @@ struct OnboardingSplashScreenPage: View {
|
||||
|
||||
var backgroundGradient: some View {
|
||||
LinearGradient(gradient: content.gradient, startPoint: .leading, endPoint: .trailing)
|
||||
.flipsForRightToLeftLayoutDirection(true)
|
||||
.opacity(0.2)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user