feat: theme update (#645)

This commit is contained in:
Ben Hagen 2025-06-24 11:27:49 +02:00 committed by GitHub
parent 2568a299fc
commit 2619adc87b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 136 additions and 21 deletions

View file

@ -166,7 +166,7 @@ class InvenTreeAppState extends State<StatefulWidget> {
colorSchemeSeed: Colors.blue,
useMaterial3: true,
),
initial: savedThemeMode ?? AdaptiveThemeMode.light,
initial: savedThemeMode ?? AdaptiveThemeMode.system,
builder: (light, dark) => MaterialApp(
theme: light,
darkTheme: dark,