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
|
bundle: .module
|
||||||
)
|
)
|
||||||
.font(.body)
|
.font(.body)
|
||||||
.foregroundColor(.primary)
|
.fontWeight(.semibold)
|
||||||
.frame(maxWidth: .infinity)
|
.frame(maxWidth: .infinity)
|
||||||
}
|
}
|
||||||
.tint(.red)
|
.tint(.red)
|
||||||
|
@ -90,6 +90,7 @@ public struct ProfileView: View {
|
|||||||
"profile.button.log_out.text",
|
"profile.button.log_out.text",
|
||||||
bundle: .module
|
bundle: .module
|
||||||
)
|
)
|
||||||
|
.font(.body)
|
||||||
.fontWeight(.semibold)
|
.fontWeight(.semibold)
|
||||||
.foregroundColor(.primary)
|
.foregroundColor(.primary)
|
||||||
.frame(maxWidth: .infinity)
|
.frame(maxWidth: .infinity)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user