costachung/neumorphic

By default, it should adapt to the system's colorScheme setting

dkk opened this issue · 0 comments

dkk commented

Right now, .lightis used as the default colorScheme. Instead, the colorScheme should be taken from the system's colorScheme setting. Otherwise, when using the library, you have to make sure that Neumorphic's colorScheme updates with the system's colorScheme manually.

@Environment(\.colorScheme) can be used for that.