fix: continued product view

This commit is contained in:
2024-02-06 21:45:25 +07:00
parent 96c676ac4c
commit 81231505b1
4 changed files with 81 additions and 21 deletions

View File

@@ -83,6 +83,7 @@ class ColorPalette {
static const Color slate800 = Color(0xFF1E293B);
static const Color purple100 = Color(0xFFEDE9FE);
static const Color purple500 = Color(0xFF8B5CF6);
static const Color orange50 = Color(0xFFFFF7ED);
static const Color orange100 = Color(0xFFFFEDD5);
static const Color orange500 = Color(0xFFF97316);
static const Color cyan100 = Color(0xFFCFFAFE);