adjust color and padding per my phone

This commit is contained in:
open-trade
2020-11-27 02:14:27 +08:00
parent f8903877e2
commit 00358b456d
2 changed files with 7 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ class MyTheme {
static const Color white = Color(0xFFFFFFFF);
static const Color accent = Color(0xFF0071FF);
static const Color accent50 = Color(0x770071FF);
static const Color accent80 = Color(0xAA0071FF);
static const Color canvasColor = Color(0xFF212121);
static const Color border = Color(0xFFCCCCCC);
}