mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Update fonts
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ struct SecurityRecommendationCard: View {
|
||||
VStack(alignment: .leading, spacing: 16.0) {
|
||||
VStack(alignment: .leading, spacing: 8.0) {
|
||||
Text(title)
|
||||
.font(theme.fonts.calloutSB)
|
||||
.font(theme.fonts.headline)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
|
||||
Text(subtitle)
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ struct UserSessionListItem: View {
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
Text(viewData.sessionName)
|
||||
.lineLimit(1)
|
||||
.font(theme.fonts.calloutSB)
|
||||
.font(theme.fonts.headline)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
.multilineTextAlignment(.leading)
|
||||
.padding(.top, 16)
|
||||
|
||||
Reference in New Issue
Block a user