Skip to content

Commit

Permalink
apptitleの背景色修正
Browse files Browse the repository at this point in the history
  • Loading branch information
IwaseMio committed Mar 7, 2024
1 parent 835952e commit 3ed7cca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion qiita_app/lib/pages/setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class _SettingsPageState extends State<SettingsPage> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: AppColors.background,
appBar: const AppTitle(
title: "Settings",
showSearchBar: false,
Expand Down
2 changes: 1 addition & 1 deletion qiita_app/lib/widgets/app_title.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AppTitle extends StatelessWidget implements PreferredSizeWidget {
Key? key,
required this.title,
this.style,
this.backgroundColor = AppColors.background,
this.backgroundColor = AppColors.white,
this.dividerHeight = 1.0,
this.showBottomDivider = true,
this.showSearchBar = false,
Expand Down

0 comments on commit 3ed7cca

Please sign in to comment.