diff --git a/packages/neon/lib/src/utils/theme.dart b/packages/neon/lib/src/utils/theme.dart index fdad635a..9022e96e 100644 --- a/packages/neon/lib/src/utils/theme.dart +++ b/packages/neon/lib/src/utils/theme.dart @@ -74,7 +74,7 @@ ThemeData getThemeFromNextcloudTheme( ), appBarTheme: AppBarTheme( backgroundColor: primaryColor, - foregroundColor: onPrimaryColor, + foregroundColor: selectBrightness == Brightness.dark ? Colors.white : Colors.black, ), snackBarTheme: SnackBarThemeData( behavior: SnackBarBehavior.floating,