Build [v1.14.25]
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.14.24",
|
||||
"last_build": "2026-04-25-1204",
|
||||
"version": "1.14.25",
|
||||
"last_build": "2026-04-25-1221",
|
||||
"codename": "ConfigCore",
|
||||
"commit": "33c1555d"
|
||||
"commit": "b74d1172"
|
||||
}
|
||||
@@ -4,4 +4,4 @@
|
||||
"BACKEND_SSL_PORT": 8918,
|
||||
"FRONTEND_PORT": 8917,
|
||||
"FRONTEND_SSL_PORT": 8919
|
||||
}
|
||||
}
|
||||
@@ -4,40 +4,47 @@ const config: Config = {
|
||||
content: [
|
||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./lib/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
],
|
||||
theme: {
|
||||
fontSize: {
|
||||
'xs': '13px', // increased from 12px
|
||||
'sm': '15px', // increased from 14px
|
||||
'base': '18px', // increased from 16px
|
||||
'lg': '20px', // increased from 18px
|
||||
'xl': '22px', // increased from 20px
|
||||
'2xl': '26px', // increased from 24px
|
||||
'3xl': '32px', // increased from 30px
|
||||
'4xl': '36px',
|
||||
'5xl': '48px',
|
||||
'xs': '12px',
|
||||
'sm': '14px', // Design: label-md, mono-data
|
||||
'base': '16px', // Design: body-md
|
||||
'lg': '18px', // Design: body-lg
|
||||
'xl': '20px',
|
||||
'2xl': '24px', // Design: headline-sm
|
||||
'3xl': '30px',
|
||||
'4xl': '32px', // Design: headline-md
|
||||
'5xl': '48px', // Design: headline-lg
|
||||
'6xl': '64px',
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ["'Space Grotesk'", "sans-serif"],
|
||||
},
|
||||
colors: {
|
||||
background: "#0A0E27",
|
||||
foreground: "#F0F4F8",
|
||||
surface: "#1A1F3A",
|
||||
background: "#131313",
|
||||
foreground: "#FFFFFF",
|
||||
surface: "#0A0A0A",
|
||||
"surface-container": "#121212",
|
||||
"surface-bright": "#1A1A1A",
|
||||
primary: {
|
||||
DEFAULT: "#3B82F6",
|
||||
foreground: "#FFFFFF",
|
||||
DEFAULT: "#F58618",
|
||||
foreground: "#000000",
|
||||
},
|
||||
secondary: {
|
||||
DEFAULT: "#C7D2E0",
|
||||
foreground: "#0A0E27",
|
||||
DEFAULT: "#888888",
|
||||
foreground: "#FFFFFF",
|
||||
},
|
||||
muted: {
|
||||
DEFAULT: "#8B95AD",
|
||||
foreground: "#F0F4F8",
|
||||
DEFAULT: "#444444",
|
||||
foreground: "#888888",
|
||||
},
|
||||
border: "#2D3561",
|
||||
success: "#10B981",
|
||||
error: "#EF4444",
|
||||
warning: "#F59E0B",
|
||||
border: "#222222",
|
||||
success: "#00FF41",
|
||||
error: "#FF3131",
|
||||
warning: "#F58618",
|
||||
},
|
||||
keyframes: {
|
||||
scan: {
|
||||
|
||||
Reference in New Issue
Block a user