refactor(useragent::evm::grants): split into more files & flutter_form_builder usage

This commit is contained in:
hdbg
2026-03-28 19:35:58 +01:00
parent 976c11902c
commit 94fe04a6a4
23 changed files with 1656 additions and 930 deletions

View File

@@ -6,4 +6,7 @@ class Palette {
static const cream = Color(0xFFFFFAF4);
static const line = Color(0x1A15263C);
static const token = Color(0xFF5C6BC0);
static const cardBorder = Color(0x1A17324A);
static const introGradientStart = Color(0xFFF7F9FC);
static const introGradientEnd = Color(0xFFFDF5EA);
}