Helpers for sensible SwiftUI styling.
See the LICENSE file for licensing information.
Example usage:
Rectangle()
.foregroundColor(.Sensible.slate300)Example usage:
Rectangle()
.foregroundColor(.white)
.frame(width: 100, height: 100)
.sensibleShadow(.medium)Example usage:
Rectangle()
.foregroundColor(.white)
.frame(width: 100, height: 100)
.sensibleRoundedCorners(.medium)

