work on light theme
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { ThemeConfig } from "antd";
|
||||
|
||||
export const theme: ThemeConfig = {
|
||||
export const darkTheme: ThemeConfig = {
|
||||
token: {
|
||||
colorText: "white",
|
||||
colorIcon: "white",
|
||||
@ -18,3 +18,13 @@ export const theme: ThemeConfig = {
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export const lightTheme: ThemeConfig = {
|
||||
token: {
|
||||
colorPrimary: "#00d8a4",
|
||||
colorIconHover: "#00d8a4",
|
||||
borderRadius: 5,
|
||||
fontFamily: "Comfortaa",
|
||||
// colorWarningBg: "#001529",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user