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

@ -636,6 +636,9 @@ ThemeData radixGenerator(Brightness brightness, RadixThemeColor themeColor) {
}
return scaleScheme.primaryScale.subtleBorder;
})),
appBarTheme: themeData.appBarTheme.copyWith(
backgroundColor: scaleScheme.primaryScale.border,
foregroundColor: scaleScheme.primaryScale.borderText),
bottomSheetTheme: themeData.bottomSheetTheme.copyWith(
elevation: 0,
modalElevation: 0,