Changed dark color

This commit is contained in:
konrad 2019-03-19 20:33:17 +01:00
parent f6d500f45e
commit 61b3deb5d1
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const vButtonColor = vPrimary;
const vButtonTextColor = vWhite;
const vButtonShadow = Color(0xFFb2d9ff);
const vLabelLight = Color(0xFFe5e5e5);
const vLabelLight = Color(0xFFf2f2f2);
const vLabelDark = Color(0xFF4a4a4a);
const vLabelDefaultColor = vGreen;