flutter: style: Set boardTop as Config default value
This commit is contained in:
parent
ed8997bb84
commit
52894fcfe3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue