mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-23 22:51:00 -04:00
fix stupid colors
This commit is contained in:
parent
71cbfe0d6b
commit
abf31369a1
6 changed files with 14 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue