Add bottom sheet modifier

This commit is contained in:
Alfonso Grillo
2022-10-26 12:14:25 +02:00
parent 2f4805862e
commit ba5132e6ee
3 changed files with 40 additions and 3 deletions
@@ -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)
}