|
|
@ -74,7 +74,7 @@ ThemeData getThemeFromNextcloudTheme( |
|
|
|
), |
|
|
|
), |
|
|
|
appBarTheme: AppBarTheme( |
|
|
|
appBarTheme: AppBarTheme( |
|
|
|
backgroundColor: primaryColor, |
|
|
|
backgroundColor: primaryColor, |
|
|
|
foregroundColor: onPrimaryColor, |
|
|
|
foregroundColor: selectBrightness == Brightness.dark ? Colors.white : Colors.black, |
|
|
|
), |
|
|
|
), |
|
|
|
snackBarTheme: SnackBarThemeData( |
|
|
|
snackBarTheme: SnackBarThemeData( |
|
|
|
behavior: SnackBarBehavior.floating, |
|
|
|
behavior: SnackBarBehavior.floating, |
|
|
|