Skip to content

Commit e45c7fc

Browse files
committed
[DEV] Update config theme system
1 parent dfbbfe7 commit e45c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/application.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class _ApplicationState extends State<Application> {
133133
)
134134
))
135135
),
136-
themeMode: ThemeMode.light,
136+
themeMode: ThemeMode.system,
137137
home: AuthorizationStatePage(),
138138
),
139139
);

0 commit comments

Comments
 (0)