chore: useToast replaced with all Toast components used in feature

This commit is contained in:
2025-08-15 19:36:23 +03:30
parent aa2e341baa
commit e7b596005b
15 changed files with 964 additions and 1444 deletions

View File

@@ -4,7 +4,7 @@ import type { Palette } from './color.type';
export const PALETTE: Palette = {
primary: {
light: {
main: blue[400],
main: blue.A400,
dark: blue[700],
light: blue[100],
contrastText: '#FFFFFF',