rebuild project with rsbuild
This commit is contained in:
23
frontend/app/src/config/style.ts
Normal file
23
frontend/app/src/config/style.ts
Normal 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",
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user