feat: account created page redirect button added, navigate logic created, refresh token bug fix
This commit is contained in:
@@ -10,6 +10,21 @@ declare module '@mui/material/styles' {
|
||||
}
|
||||
}
|
||||
|
||||
declare module '@mui/material/Button' {
|
||||
interface ButtonPropsColorOverrides {
|
||||
club: true;
|
||||
}
|
||||
}
|
||||
|
||||
export type PalleteColor =
|
||||
| 'primary'
|
||||
| 'secondary'
|
||||
| 'error'
|
||||
| 'success'
|
||||
| 'warning'
|
||||
| 'info'
|
||||
| 'club';
|
||||
|
||||
export const lightPalette: PaletteOptions = {
|
||||
mode: 'light',
|
||||
primary: PALETTE.primary.light,
|
||||
|
||||
Reference in New Issue
Block a user