Token management, Factory reset, UX/UI Improvements
This commit is contained in:
+1
-1
@@ -49,7 +49,6 @@ class MyApp extends StatelessWidget {
|
||||
title: 'liteauthconfig',
|
||||
localizationsDelegates: AppLocalizations.localizationsDelegates,
|
||||
supportedLocales: AppLocalizations.supportedLocales,
|
||||
locale: Locale("th"),
|
||||
theme: ThemeData.light().copyWith(
|
||||
colorScheme: ColorScheme.fromSeed(
|
||||
seedColor: SystemTheme.accentColor.accent,
|
||||
@@ -65,6 +64,7 @@ class MyApp extends StatelessWidget {
|
||||
textColor: Colors.white,
|
||||
iconColor: Colors.white,
|
||||
),
|
||||
bottomSheetTheme: BottomSheetThemeData(backgroundColor: darkColors.inverseSurface)
|
||||
),
|
||||
home: DeviceListPage(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user