feat: OTP verify status and status messages added

This commit is contained in:
مهرزاد قدرتی
2025-07-27 15:05:46 +03:30
parent ea5a679312
commit fc5d441712
7 changed files with 142 additions and 17 deletions

View File

@@ -5,6 +5,8 @@ export const PALETTE: Palette = {
primary: {
light: {
main: blue.A400,
dark: blue.A700,
light: blue.A100,
contrastText: '#FFFFFF',
},
// TODO
@@ -49,9 +51,9 @@ export const PALETTE: Palette = {
},
error: {
light: {
main: '#E53935',
dark: '#C62828',
light: '#EF5350',
main: '#d32f2f',
dark: '#c62828',
light: '#ef5350',
contrastText: '#FFFFFF',
},
// TODO
@@ -94,9 +96,9 @@ export const PALETTE: Palette = {
},
success: {
light: {
main: '#43A047',
dark: '#1B5E20',
light: '#81C784',
main: '#2e7d32',
dark: '#1b5e20',
light: '#4caf50',
contrastText: '#FFFFFF',
},
// TODO