flutter: style: Set boardTop as Config default value

This commit is contained in:
Calcitem 2021-06-05 14:50:01 +08:00
parent ed8997bb84
commit 52894fcfe3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class AppTheme {
height: 1.5,
color: moveHistoryTextColor);
static double boardTop = 28.0;
static double boardTop = 36.0;
static double boardMargin = 10.0;
static double boardScreenPaddingH = 10.0;
static double boardBorderRadius = 5.0;