Improved the styling of the action buttons in the ProfileView and the MessageView views.
This commit is contained in:
parent
144ee0f705
commit
a223896ea0
@ -48,7 +48,7 @@ struct MessageView: View {
|
||||
bundle: .module
|
||||
)
|
||||
.font(.body)
|
||||
.foregroundColor(.primary)
|
||||
.fontWeight(.semibold)
|
||||
.frame(maxWidth: .infinity)
|
||||
}
|
||||
.tint(.red)
|
||||
|
@ -90,6 +90,7 @@ public struct ProfileView: View {
|
||||
"profile.button.log_out.text",
|
||||
bundle: .module
|
||||
)
|
||||
.font(.body)
|
||||
.fontWeight(.semibold)
|
||||
.foregroundColor(.primary)
|
||||
.frame(maxWidth: .infinity)
|
||||
|
Loading…
x
Reference in New Issue
Block a user