You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
991 B
27 lines
991 B
3 years ago
|
export const APP_NAME = "SIMPRO"
|
||
|
|
||
|
export const AT_TRIP_COLOR = "#a40778"
|
||
|
export const AT_CUSTOMER_COLOR = "#16a085"
|
||
|
export const AT_OFFICE_COLOR = "#3f4e62"
|
||
|
export const PRESENT_COLOR = "#20a8d8"
|
||
|
export const ABSENT_COLOR = "#c9302c"
|
||
|
export const TOTAL_ATTENDANCE_COLOR = "#3f4e62"
|
||
|
export const ACHIEVE_COLOR = "#20d832"
|
||
|
export const NOT_ACHIEVE_COLOR = "#c9302c"
|
||
|
export const PRESENSI_COLOR = "#20a8d8"
|
||
|
export const ABSENSI_COLOR = "#c9302c"
|
||
|
export const IZIN_COLOR = "#a40778"
|
||
|
export const DONE_COLOR = "#4de800"
|
||
|
export const NOT_YET_COLOR = "#ff9203"
|
||
|
export const TOTAL_COLOR = "#3f4e62"
|
||
|
|
||
|
export const WHITE_COLOR = '#FFFFFF'
|
||
|
export const BLACK_COLOR = '#000000'
|
||
|
export const RED_COLOR = '#c9302c'
|
||
|
export const ORANGE_COLOR = '#ff9203'
|
||
|
export const GREEN_COLOR = '#4de800'
|
||
|
export const DARK_GREY_COLOR = '#3F4E62'
|
||
|
export const BLUE_COLOR = '#20A8D8'
|
||
|
export const PURPLE_COLOR = '#A40778'
|
||
|
export const BROWN_COLOR = '#8c3d00'
|
||
|
export const YELLOW_COLOR = '#ffff00'
|