Today I learned that the order of modifiers does matter:
Text("Hello, world!")
.padding()
.background(.red)
.padding()
.background(.blue)
.padding()
.background(.green)
.padding()
.background(.yellow)
Day 23 in the books! #100DaysOfSwiftUI