auramagi / NewIcon

macOS icon customization
MIT License
13 stars 0 forks source link

White color text even in light mode #2

Closed auramagi closed 2 years ago

auramagi commented 2 years ago

What

How

Since we are using SwiftUI as a template, default text color follows system color scheme, so we were getting white text in dark mode, but black text in light mode.

Fixed by overriding preferred color scheme.