UNPKG

mttwm

Version:

Automated CSS-in-JS to Tailwind CSS migration tool for React applications

10 lines 419 B
export default { customThemeMapping: { 'theme.custom.builderContentTertiary': 'gray-600', 'theme.custom.builderActionPrimary': 'blue-500', 'theme.custom.builderActionPrimaryInitial': 'blue-600', 'theme.custom.card': 'white', // Add mapping for the background issue 'theme.custom.secondary': 'gray-100', // Secondary background color 'theme.custom.divider': 'gray-200', // Divider color }, };