chore: LoginRegisterForm and AuthenticationContainer created
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { blue } from '@mui/material/colors';
|
||||
import type { Palette } from './color.type';
|
||||
|
||||
export const PALETTE: Palette = {
|
||||
primary: {
|
||||
light: {
|
||||
main: '#212121',
|
||||
dark: '#000000',
|
||||
light: '#616161',
|
||||
main: blue.A400,
|
||||
contrastText: '#FFFFFF',
|
||||
},
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user