|
@@ -63,7 +63,7 @@ class CommunityPage extends HookConsumerWidget {
|
|
|
appBar: state.currentCategoryIdx == 0 ? MyAppBar.appBar(
|
|
|
context,
|
|
|
"Community",
|
|
|
- backgroundColor: context.appColors.whiteBG,
|
|
|
+ backgroundColor: context.appColors.backgroundWhite,
|
|
|
): MyAppBar.searchAppBar(
|
|
|
context,
|
|
|
actions: [
|
|
@@ -75,7 +75,7 @@ class CommunityPage extends HookConsumerWidget {
|
|
|
},
|
|
|
),
|
|
|
],
|
|
|
- backgroundColor: context.appColors.whiteBG,
|
|
|
+ backgroundColor: context.appColors.backgroundWhite,
|
|
|
),
|
|
|
backgroundColor: context.appColors.backgroundDefault,
|
|
|
body: AutoTabsRouter.pageView(
|