Skip to content

Commit

Permalink
feat: #1073 - more standard title style for "Lists" (#1660)
Browse files Browse the repository at this point in the history
Impacted file:
* `new_product_page.dart`: same title style as KP; no more confusing icon
  • Loading branch information
monsieurtanuki authored Apr 26, 2022
1 parent d6003d7 commit bbc2aca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/smooth_app/lib/pages/product/new_product_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,9 @@ class _ProductPageState extends State<ProductPage> {
mainAxisAlignment: MainAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
ListTile(
title: Text(appLocalizations.user_list_subtitle_product),
trailing: const Icon(Icons.bookmark),
onTap: _editList,
Text(
appLocalizations.user_list_subtitle_product,
style: Theme.of(context).textTheme.headline3,
),
Wrap(
alignment: WrapAlignment.start,
Expand Down

0 comments on commit bbc2aca

Please sign in to comment.