Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Apr 11, 2024
1 parent 44b3791 commit 986ec57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/lists/TitledList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 986ec57

Please sign in to comment.