error colour

This commit is contained in:
Robert 2024-03-08 22:43:18 +07:00
parent 7eefcecdb5
commit 55e22e130e
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -5,5 +5,8 @@ export const theme = createTheme({
primary: { primary: {
main: "#676CF6", main: "#676CF6",
}, },
error: {
main: "#FF4D49",
},
}, },
}); });