Skip to content

Commit f56b570

Browse files
juaoosefreekvandeven
authored andcommitted
fix: follow theme brightness instead of platform
1 parent ed9c0e0 commit f56b570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/ui.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ enum MapType {
1919
enum MapColorScheme {
2020
/// Follow system style
2121
system,
22-
23-
light,
22+
23+
light,
2424
dark,
2525
}
2626

0 commit comments

Comments
 (0)