working header!

This commit is contained in:
2024-04-09 19:44:45 +03:00
parent 90f37bd595
commit 162f8b50df
13 changed files with 172 additions and 49 deletions

View File

@ -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",