Resolves #324 devider fix, entity card padding fix

This commit is contained in:
estevez-dev
2019-06-23 16:08:12 +03:00
parent 1fe82d8b0d
commit 8f55be187d
3 changed files with 13 additions and 6 deletions

View File

@ -1,8 +1,8 @@
part of '../main.dart';
class Sizes {
static const rightWidgetPadding = 16.0;
static const leftWidgetPadding = 16.0;
static const rightWidgetPadding = 10.0;
static const leftWidgetPadding = 10.0;
static const buttonPadding = 4.0;
static const extendedWidgetHeight = 50.0;
static const iconSize = 28.0;