info colour changed

This commit is contained in:
Robert 2024-03-18 22:27:53 +07:00
parent b2742c54a0
commit 9aa85d1d2a
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

@ -8,5 +8,9 @@ export const theme = createTheme({
error: { error: {
main: "#FF4D49", main: "#FF4D49",
}, },
info: {
main: "#26C6F9",
contrastText: "white",
},
}, },
}); });