diff --git a/static/app/components/group/suggestedOwners/ownershipRules.tsx b/static/app/components/group/suggestedOwners/ownershipRules.tsx index e4fa798b4124e9..bc8528810a52f8 100644 --- a/static/app/components/group/suggestedOwners/ownershipRules.tsx +++ b/static/app/components/group/suggestedOwners/ownershipRules.tsx @@ -175,7 +175,7 @@ const Header = styled('h6')` `; const Content = styled('span')` - color: ${p => p.theme.gray500}; + color: ${p => p.theme.textColor}; margin-bottom: ${space(2)}; `;