working header!
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
export const theme = {
|
||||
import { ThemeConfig } from "antd";
|
||||
|
||||
export const theme: ThemeConfig = {
|
||||
components: {
|
||||
Modal: {
|
||||
contentBg: "#001529",
|
||||
@ -11,6 +13,10 @@ export const theme = {
|
||||
},
|
||||
Button: {
|
||||
primaryColor: "#001529",
|
||||
defaultHoverBg: "#001529",
|
||||
defaultHoverColor: "white",
|
||||
colorPrimaryBgHover: "#001529",
|
||||
// colorPrimaryHover: "#001529",
|
||||
},
|
||||
Message: {
|
||||
contentBg: "#001c36",
|
||||
|
||||
Reference in New Issue
Block a user