import { ThemeConfig } from "antd"; export const theme: ThemeConfig = { token: { colorText: "white", colorIcon: "white", colorPrimary: "#00d8a4", colorIconHover: "#00d8a4", colorBgContainer: "#001d39", colorBgBase: "#001529", borderRadius: 5, fontFamily: "Comfortaa", colorWarningBg: "#001529", }, components: { Input: { activeBorderColor: "#001529", }, }, };