mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-07-10 11:21:23 -05:00
improvement: style tweaks
This commit is contained in:
@@ -23,7 +23,7 @@ class StorageKeys {
|
||||
}
|
||||
|
||||
class CommonStyle {
|
||||
static const padding = EdgeInsets.all(12);
|
||||
static const padding = EdgeInsets.symmetric(horizontal: 16, vertical: 12);
|
||||
static final border = BorderView();
|
||||
static const verticalGap = SizedBox(height: 18);
|
||||
static final monospace = Platform.isIOS ? 'Menlo' : 'monospace'; // FIXME:
|
||||
|
||||
Reference in New Issue
Block a user