add otp component

This commit is contained in:
2024-02-06 17:02:12 +07:00
parent dacf5461f3
commit 4b4b42beae
8 changed files with 202 additions and 5 deletions

View File

@@ -73,5 +73,6 @@ class ColorPalette {
static const Color chathamsBlue = Color(0xFF285BB9);
static const Color background = Color(0xFFDADADA);
static const Color backgroundBlueLight = Color(0xFFEBF3FD);
static const Color slate500 = Color(0xFF64748B);
static const Color slate800 = Color(0xFF1E293B);
}