fix stupid colors

This commit is contained in:
Christien Rioux 2024-08-09 10:54:54 -07:00
parent 71cbfe0d6b
commit abf31369a1
6 changed files with 14 additions and 8 deletions

View file

@ -265,6 +265,9 @@ ThemeData contrastGenerator({
final themeData = ThemeData.from(
colorScheme: colorScheme, textTheme: textTheme, useMaterial3: true);
return themeData.copyWith(
appBarTheme: themeData.appBarTheme.copyWith(
backgroundColor: scaleScheme.primaryScale.border,
foregroundColor: scaleScheme.primaryScale.borderText),
bottomSheetTheme: themeData.bottomSheetTheme.copyWith(
elevation: 0,
modalElevation: 0,