From 031d2d938007d34d496208abb3e1168d7870e41d Mon Sep 17 00:00:00 2001 From: Nisanthan Nanthakumar Date: Thu, 4 Nov 2021 14:17:00 -0700 Subject: [PATCH] style(codeowners): Update CTA for darkmode --- static/app/components/group/suggestedOwners/ownershipRules.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}; `;