Skip to content

Commit

Permalink
fix light theme not working anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
lamarios committed Apr 14, 2023
1 parent f765ac7 commit 483e33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class MyApp extends StatelessWidget {
title: 'Clipious',
theme: ThemeData(
useMaterial3: true,
colorScheme: darkColorScheme,
colorScheme: isTv ? darkColorScheme : lightColorScheme,
),
darkTheme: ThemeData(useMaterial3: true, colorScheme: darkColorScheme),
home: Shortcuts(
Expand Down

0 comments on commit 483e33c

Please sign in to comment.