fix(mobile): use colorScheme colors - reduce code repetitions

This commit is contained in:
Denys Vitali 2025-10-08 09:30:05 +02:00
parent aacecd3b1c
commit 339daab182
No known key found for this signature in database
GPG key ID: 37CE2BFB2D6D249D
2 changed files with 41 additions and 47 deletions

View file

@ -80,10 +80,6 @@ void main() async {
stackTrace: stackTrace.toString(),
),
debugShowCheckedModeBanner: false,
theme: ThemeData(
brightness: Brightness.dark,
primarySwatch: Colors.red,
),
),
);
}