chore: style tweaks

This commit is contained in:
Rongjian Zhang
2022-10-03 13:27:11 +08:00
parent 55f3f6a713
commit 2d28eb7b41
3 changed files with 248 additions and 255 deletions

View File

@@ -39,7 +39,7 @@ class StorageKeys {
}
class CommonStyle {
static const padding = EdgeInsets.symmetric(horizontal: 16, vertical: 12);
static const padding = EdgeInsets.all(12);
static const border = BorderView();
static const verticalGap = SizedBox(height: 18);
static final monospace = Platform.isIOS ? 'Menlo' : 'monospace'; // FIXME: