Skip to content

Commit 8f94f32

Browse files
authored
Merge pull request #25 from ionicfirebaseapp/master
master pull
2 parents 1373d22 + dd1c740 commit 8f94f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/list_tile/gf_list_tile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class GFListTile extends StatelessWidget {
6565
titleText != null
6666
? Text(
6767
titleText,
68-
style: TextStyle(
68+
style: const TextStyle(
6969
fontSize: 17,
7070
fontWeight: FontWeight.w500,
7171
color: GFColors.DARK),

0 commit comments

Comments
 (0)