New
Auto, Light and Dark mode on both iOS and MacOS
- Updated the Mac example
What's new in this version:
- Access default neumorphic colors using Color.Neumorphic (e.g. Color.Neumorphic.main)
- Color.Neumorphic supports light and dark mode on both iOS and MacOS automatically.
- When you use default neumorphic colors and you want to set the color scheme manually, you can do it by setting Color.Neumorphic.colorSchemeType to the type you want. (e.g. Color.Neumorphic.colorSchemeType = .dark)