Closed algorythm closed 5 years ago
Colors in the settings screen should use Theme.of(context).[...] rather than Colors.[...]. This ensures that the themes (#76) will work correctly.
Theme.of(context).[...]
Colors.[...]
Solved this issue.
Colors in the settings screen should use
Theme.of(context).[...]
rather thanColors.[...]
. This ensures that the themes (#76) will work correctly.