mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(mobile): use colorScheme colors - reduce code repetitions
This commit is contained in:
parent
aacecd3b1c
commit
339daab182
2 changed files with 41 additions and 47 deletions
|
|
@ -80,10 +80,6 @@ void main() async {
|
|||
stackTrace: stackTrace.toString(),
|
||||
),
|
||||
debugShowCheckedModeBanner: false,
|
||||
theme: ThemeData(
|
||||
brightness: Brightness.dark,
|
||||
primarySwatch: Colors.red,
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue