While .body.monospaced() looks better (and is less nauseating while typing), the asymmetry in relation to SwiftUI.TextField and other text views is annoying. There are also situations where the choice of .body.monospaced() is only aesthetic. .body is fine for .trailing text alignment (because then selection is stationary), for example. In situations like these it seems weird to set the font to what is otherwise the standard.
While
.body.monospaced()looks better (and is less nauseating while typing), the asymmetry in relation to SwiftUI.TextField and other text views is annoying. There are also situations where the choice of.body.monospaced()is only aesthetic..bodyis fine for.trailingtext alignment (because then selection is stationary), for example. In situations like these it seems weird to set the font to what is otherwise the standard.