feat: add Check In/Out management with notification system and update locker service

This commit is contained in:
2024-12-23 23:49:35 +05:30
parent 9d33cb5372
commit b4b193a9fe
5 changed files with 150 additions and 7 deletions

View File

@@ -11,18 +11,18 @@ export default {
black: '#000000',
grey: '#979797',
error: {
DEFAULT: '#E5254B',
DEFAULT: '#A14444',
dark: '#E5254B',
surface: {DEFAULT: '#FCE9ED', dark: '#FCE9ED'}
surface: {DEFAULT: '#D26464', dark: '#FCE9ED'}
},
onToast: {
DEFAULT: '#646564',
dark: '#646564',
},
warning: {
DEFAULT: '#EA7000',
DEFAULT: '#A5A513',
dark: '#EA7000',
surface: {DEFAULT: '#FDF1E5', dark: '#FDF1E5'}
surface: {DEFAULT: '#C8C820', dark: '#FDF1E5'}
},
success: {
DEFAULT: '#038100',