Skip to content

Commit

Permalink
minonr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Dec 25, 2023
1 parent 5b2947d commit e552340
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/navbar/profile/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,8 @@ class RatingsPage extends StatefulWidget {
class _RatingsPageState extends State<RatingsPage> {
@override
Widget build(BuildContext context) {
return Padding(
return Container(
color: Theme.of(context).colorScheme.background,
padding: 16.0.horizontalPadding,
child: Column(
children: [
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class _SearchBuilderState extends State<SearchBuilder> {
_searchController.clear();
}
}),
hintText: "Search by word, meaning"),
hintText: "Search by word, meaning, synonym"),
));
}
}

0 comments on commit e552340

Please sign in to comment.