(category: string)
| 11 | } |
| 12 | |
| 13 | export function getCategoryTextColorClass(category: string): string { |
| 14 | return getComponentCategoryDescriptor(resolveCategory(category)).textColorClass; |
| 15 | } |
| 16 | |
| 17 | export function getCategorySeparatorColor(category: string, isDarkMode: boolean): string { |
| 18 | const colors = getComponentCategoryDescriptor(resolveCategory(category)).separatorColor; |
no test coverage detected