Skip to content

Commit

Permalink
fix: revert appCard width
Browse files Browse the repository at this point in the history
  • Loading branch information
TakumiBC committed Feb 1, 2025
1 parent 9120517 commit 47a016c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ollmao/Ollmao/Views/SetupView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ struct SetupView: View {
}
.multilineTextAlignment(.center)
}
.frame(maxWidth: .infinity)
.padding(24)
.frame(width: 160)
.padding(20)
.background(.quaternary)
.cornerRadius(16)
}
Expand Down

0 comments on commit 47a016c

Please sign in to comment.