mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
feat: theme update (#645)
This commit is contained in:
parent
2568a299fc
commit
2619adc87b
5 changed files with 136 additions and 21 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue