design changes
This commit is contained in:
@ -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",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user