rebuild project with rsbuild

This commit is contained in:
2024-03-27 17:41:49 +03:00
parent be07d304ee
commit f92171ff84
37 changed files with 1368 additions and 15863 deletions

View File

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