diff --git a/static/app/components/group/suggestedOwners/ownershipRules.tsx b/static/app/components/group/suggestedOwners/ownershipRules.tsx index 94dd13e9e07603..f24b2b28059198 100644 --- a/static/app/components/group/suggestedOwners/ownershipRules.tsx +++ b/static/app/components/group/suggestedOwners/ownershipRules.tsx @@ -56,7 +56,8 @@ const OwnershipRules = ({ const codeOwnersCTA = ( -
{t('Codeowners sync')}
+
{t('Codeowners sync')}
{' '} + } priority="link" @@ -165,16 +166,16 @@ const HeaderContainer = styled('div')` align-items: flex-start; `; -const Header = styled('h4')` +const Header = styled('h6')` margin-bottom: ${space(1)}; text-transform: uppercase; font-weight: bold; - color: ${p => p.theme.gray400}; - font-size: ${p => p.theme.fontSizeMedium}; + color: ${p => p.theme.gray300}; + font-size: ${p => p.theme.fontSizeExtraSmall}; `; const Content = styled('span')` - color: ${p => p.theme.subText}; + color: ${p => p.theme.gray500}; margin-bottom: ${space(2)}; `;