diff --git a/components/src/lists/TitledList.tsx b/components/src/lists/TitledList.tsx index 2ba9ef05c6e..4fbe4ab58ee 100644 --- a/components/src/lists/TitledList.tsx +++ b/components/src/lists/TitledList.tsx @@ -101,7 +101,7 @@ export function TitledList(props: TitledListProps): JSX.Element { iconProps && iconProps.className ) - let textColor = 'auto' + let textColor = '' if (disabled) { // the below hex code is for our legacy --c-font-disabled to match other text colors textColor = '#9c9c9c'