change font and primary color

This commit is contained in:
2025-12-09 10:54:42 +03:00
parent 7f06d3524d
commit 09906dadd3
9 changed files with 41 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
import type { ThemeConfig } from "antd";
export const colors = {
primary: "#FFD633",
primary: "#FFC600",
secondary: "linear-gradient(135deg, #00C1D4 0%, #FF5F6D 100%)",
darkSpace: "linear-gradient(to right, #0F0525, #2A0B45)",
};
@@ -29,7 +29,7 @@ export const lightColors = {
800: "#003650",
900: "#001620",
borderColor: "#E7EAF3B2",
primaryColor: "#FFD633",
primaryColor: "#FFC600",
secondaryColor: "#09237D",
whiteColor: "#FFF",
blackColor: "#000000e0",
@@ -59,7 +59,7 @@ export const darkColors = {
// Semantic colors
borderColor: "#363636",
borderColorLight: "#424242",
primaryColor: "#FFD633",
primaryColor: "#FFC600",
primaryColorHover: "#FFD633",
primaryColorActive: "#E6B800",
secondaryColor: "#FFD633",