Build [v1.14.24]
This commit is contained in:
@@ -7,37 +7,49 @@ const config: Config = {
|
||||
],
|
||||
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
|
||||
'xs': '13px',
|
||||
'sm': '15px',
|
||||
'base': '18px',
|
||||
'lg': '20px',
|
||||
'xl': '22px',
|
||||
'2xl': '26px',
|
||||
'3xl': '32px',
|
||||
'4xl': '36px',
|
||||
'5xl': '48px',
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ["var(--font-body)", "Inter", "sans-serif"],
|
||||
data: ["var(--font-data)", "Space Grotesk", "sans-serif"],
|
||||
},
|
||||
colors: {
|
||||
background: "#0A0E27",
|
||||
foreground: "#F0F4F8",
|
||||
surface: "#1A1F3A",
|
||||
background: "#0c1322",
|
||||
foreground: "#dce2f7",
|
||||
surface: {
|
||||
DEFAULT: "#0c1322",
|
||||
container: "#191f2f",
|
||||
bright: "#323949",
|
||||
},
|
||||
primary: {
|
||||
DEFAULT: "#3B82F6",
|
||||
foreground: "#FFFFFF",
|
||||
DEFAULT: "#ffc174",
|
||||
foreground: "#472a00",
|
||||
},
|
||||
secondary: {
|
||||
DEFAULT: "#C7D2E0",
|
||||
foreground: "#0A0E27",
|
||||
DEFAULT: "#ffb599",
|
||||
foreground: "#5a1c00",
|
||||
},
|
||||
muted: {
|
||||
DEFAULT: "#8B95AD",
|
||||
foreground: "#F0F4F8",
|
||||
foreground: "#dce2f7",
|
||||
},
|
||||
border: "#2D3561",
|
||||
outline: {
|
||||
DEFAULT: "#a08e7a",
|
||||
variant: "#534434",
|
||||
},
|
||||
border: "#a08e7a",
|
||||
success: "#10B981",
|
||||
error: "#EF4444",
|
||||
warning: "#F59E0B",
|
||||
error: "#ffb4ab",
|
||||
warning: "#f59e0b",
|
||||
},
|
||||
keyframes: {
|
||||
scan: {
|
||||
|
||||
Reference in New Issue
Block a user