Color

Change the colors inside src/theme/themeColors

const primary = {
100: "#E5EEFF",
200: "#C6D3ED",
300: "#A0CCFF",
400: "#7EB9FF",
500: "#61A9FF",
main: "#61A9FF",
light: "#E5EEFF",
};
const secondary = { ... };
const error = { ... };
const success = { ... };
const warning = { ... };
const info = { ... };