mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Add bottom sheet modifier
This commit is contained in:
@@ -50,9 +50,9 @@ struct InfoView: View {
|
||||
Text(action.text)
|
||||
.font(theme.fonts.bodySB)
|
||||
.foregroundColor(theme.colors.background)
|
||||
.frame(height: 48)
|
||||
.frame(maxWidth: .infinity)
|
||||
}
|
||||
.frame(height: 48)
|
||||
.frame(maxWidth: .infinity)
|
||||
.background(theme.colors.accent)
|
||||
.cornerRadius(8)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user