Slicing service dan benefit

This commit is contained in:
2023-10-20 08:51:41 +07:00
parent 031291b1f0
commit a08aa05d1e
33 changed files with 2992 additions and 1537 deletions

View File

@@ -62,11 +62,11 @@ declare module '@mui/material' {
// SETUP COLORS
const PRIMARY = {
lighter: '#C8FACD',
light: '#5BE584',
main: '#00AB55',
dark: '#007B55',
darker: '#005249',
lighter: '#D0FBEC',
light: '#70EAD5',
main: '#19BBBB',
dark: '#0C7186',
darker: '#043C59',
};
const SECONDARY = {
lighter: '#D6E4FF',