feat: wip redeem portfolio

This commit is contained in:
2024-02-21 19:45:22 +07:00
parent 6e03fa5fa7
commit a3148d8210
11 changed files with 1393 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ class ColorPalette {
static const Color green100 = Color(0xFFDCFCE7);
static const Color green400 = Color(0xFF4ADE80);
static const Color green500 = Color(0xFF16A34A);
static const Color red600 = Color(0xffDC2626);
static const Map<String, Color> investTypeColor = {
'Money Market': purple500,