mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Ui changes
This commit is contained in:
@@ -104,13 +104,13 @@ struct AuthenticationQRLoginStartScreen: View {
|
||||
var stepsView: some View {
|
||||
VStack(alignment: .leading, spacing: 12) {
|
||||
ForEach(steps) { step in
|
||||
HStack(spacing: 15) {
|
||||
HStack(alignment: .firstTextBaseline, spacing: 16) {
|
||||
Text(String(step.id))
|
||||
.font(theme.fonts.caption2SB)
|
||||
.foregroundColor(theme.colors.accent)
|
||||
.padding(6)
|
||||
.shapedBorder(color: theme.colors.accent, borderWidth: 1, shape: Circle())
|
||||
.offset(x: 1, y: 0)
|
||||
.offset(x: 1, y: -2)
|
||||
Text(step.description)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
.font(theme.fonts.subheadline)
|
||||
|
||||
Reference in New Issue
Block a user