Hi guys
do you know how to change the text background color in SwiftUI?
.foregroundColor() changes the text color
.background(Color) changes all the background's color
So which is the command that changes only the text background color?
Thanks
Hi guys
do you know how to change the text background color in SwiftUI?
.foregroundColor() changes the text color
.background(Color) changes all the background's color
So which is the command that changes only the text background color?
Thanks
.background(Color) changes all the background's color Can you clarify what is all the background's color and what is the text background color?
Try looking through this: https://www.hackingwithswift.com/books/ios-swiftui/colors-and-frames
Do you mean changing just being the letters and not the full field background ? Like a text highlight ?
Yes like a highlight... is it possible?