• I love the static lookup for colors, but does it also work for custom fonts?

  • In UIKit, we have access to semantic colors for standard and grouped content background colors (like systemBackground). These colors are not in SwiftUI and we need to use the uiColor initializer in Color to get these colors. Is that intentional?