mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-01 19:30:44 +00:00
feat: theme update (#645)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user