112
This commit is contained in:
@@ -101,7 +101,7 @@ export const createIdeasPageConfig = (
|
||||
toggleContentKey: 'description', // Use description field for toggle content
|
||||
toggleContentLabel: 'Content Outline', // Label for expanded content
|
||||
render: (value: string) => (
|
||||
<span className="text-gray-800 dark:text-white font-medium">{value}</span>
|
||||
<span className="text-gray-800 dark:text-white text-base font-light">{value}</span>
|
||||
),
|
||||
},
|
||||
// Sector column - only show when viewing all sectors
|
||||
|
||||
Reference in New Issue
Block a user