added another named color

This commit is contained in:
julian 2022-09-19 11:33:55 -06:00
parent c3bbc624f7
commit 04fcc58f4a

View file

@ -158,6 +158,7 @@ abstract class CFColors {
static const Color borderNormal = Color(0xFF111111);
static const Color buttonTextSecondary = Color(0xFF232323);
static const Color topNavPrimary = Color(0xFF232323);
static const Color buttonTextPrimary = Color(0xFFFFFFFF);
static const Color buttonTextPrimaryDisabled = Color(0xFFF8F8F8);