feat: add Check In/Out management with notification system and update locker service
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user