Refactor Members Directory and Newsletter Archive styles to use new color palette
- Updated color classes in MembersDirectory.js to use new color variables for borders, backgrounds, and text. - Enhanced visual consistency by replacing hardcoded colors with Tailwind CSS color utilities. - Modified NewsletterArchive.js to align with the new design system, ensuring a cohesive look across components. - Added new color variables in tailwind.config.js for better maintainability and scalability.
This commit is contained in:
@@ -51,7 +51,10 @@ module.exports = {
|
||||
'2': 'hsl(var(--chart-2))',
|
||||
'3': 'hsl(var(--chart-3))',
|
||||
'4': 'hsl(var(--chart-4))',
|
||||
'5': 'hsl(var(--chart-5))'
|
||||
'5': 'hsl(var(--chart-5))',
|
||||
'6': 'hsl(var(--chart-6))',
|
||||
'7': 'hsl(var(--chart-7))',
|
||||
|
||||
}
|
||||
},
|
||||
keyframes: {
|
||||
|
||||
Reference in New Issue
Block a user