auth kinda works now

This commit is contained in:
2024-04-08 15:12:55 +03:00
parent 3594d9deca
commit f032751aa2
5 changed files with 243 additions and 149 deletions

View File

@ -1,23 +1,26 @@
export const theme = {
components: {
Modal: {
contentBg: "#001529"
},
Form: {
labelColor: "#77828c"
},
Input: {
activeBg: "#001c36",
},
Button: {
primaryColor: "#001529"
}
components: {
Modal: {
contentBg: "#001529",
},
token: {
colorText: "#ffffff",
colorBgContainer: "#001c36",
colorIcon: "#77828c",
colorPrimary: "#ffffff",
colorPrimaryHover: "#001529",
}
};
Form: {
labelColor: "#77828c",
},
Input: {
activeBg: "#001c36",
},
Button: {
primaryColor: "#001529",
},
Message: {
contentBg: "#001c36",
},
},
token: {
colorText: "#ffffff",
colorBgContainer: "#001c36",
colorIcon: "#77828c",
colorPrimary: "#ffffff",
colorPrimaryHover: "#001529",
},
};