Increase font size of memory title
This commit is contained in:
parent
ecde1df842
commit
1476a95239
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue