/** * less global variable */const primaryColor = '#018ffb';//{const modifyVars = { 'primary-color': primaryColor, // Global dominant color 'info-color': primaryColor, // Default color 'success-color': '#55D187', // Success color 'error-color': '#ED6F6F', // False color 'warning-color': '#EFBD47', // Warning color 'link-color': primaryColor, // Link color 'disabled-color': '#C2C2CC', // Failure color
'heading-color': 'rgba(0, 0, 0, 0.85)', // Title color 'text-color': 'rgba(0, 0, 0, 0.85)', // Main text color // 'heading-color': '#2C3A61', // Title color // 'text-color': '#2C3A61', // Main text color