Increase font size of memory title

This commit is contained in:
Vishnu Mohandas 2020-07-22 04:11:17 +05:30
parent ecde1df842
commit 1476a95239

View file

@ -218,7 +218,7 @@ class _FullScreenMemoryState extends State<FullScreenMemory> {
child: Text(
widget.title,
style: TextStyle(
fontSize: 32,
fontSize: 40,
fontWeight: FontWeight.bold,
decoration: TextDecoration.none),
),