fix(frontend): color palette

This commit is contained in:
leandrofars 2023-12-13 16:32:08 -03:00
parent 9c6b42f267
commit 74734e846f

View File

@ -64,7 +64,7 @@ export const error = withAlphas({
lightest: '#FEF3F2',
light: '#FEE4E2',
main: '#F04438',
dark: '#29ADB2',
dark: '#B42318',
darkest: '#7A271A',
contrastText: '#FFFFFF'
});