design changes

This commit is contained in:
2024-04-12 18:47:19 +03:00
parent 57965fc147
commit d6cfedfe06
14 changed files with 55 additions and 40 deletions

View File

@ -1,35 +1,14 @@
import { ThemeConfig } from "antd";
export const theme: ThemeConfig = {
components: {
Modal: {
contentBg: "#001529",
},
Form: {
labelColor: "#77828c",
},
Input: {
activeBg: "#001c36",
},
Button: {
primaryColor: "#001529",
defaultHoverBg: "#001529",
defaultHoverColor: "white",
colorPrimaryBgHover: "#001529",
// colorPrimaryHover: "#001529",
},
Message: {
contentBg: "#001c36",
},
Popover: {
colorBgElevated: "#001c36",
},
},
token: {
colorText: "#ffffff",
colorBgContainer: "#001c36",
colorIcon: "#77828c",
colorPrimary: "#ffffff",
colorPrimaryHover: "#001529",
colorText: "white",
colorIcon: "white",
colorPrimary: "#00d8a4",
colorIconHover: "#00d8a4",
colorBgContainer: "#001d39",
colorBgBase: "#001529",
borderRadius: 5,
fontFamily: "Comfortaa",
},
};