flutter: Center font size change from 36 to 48
This commit is contained in:
parent
63149d8508
commit
dc66cbbe83
src/ui/flutter_app/lib/painting
|
@ -75,7 +75,7 @@ class BoardPainter extends PiecesBasePainter {
|
|||
}
|
||||
|
||||
TextSpan textSpan = TextSpan(
|
||||
style: TextStyle(fontSize: 36, color: UIColors.boardLineColor), // TODO
|
||||
style: TextStyle(fontSize: 48, color: UIColors.boardLineColor), // TODO
|
||||
text: pieceInHandCountStr);
|
||||
|
||||
TextPainter textPainter = TextPainter(
|
||||
|
|
Loading…
Reference in New Issue