diff --git a/packages/graphql-playground-react/src/components/Playground/DocExplorer/FieldDoc.tsx b/packages/graphql-playground-react/src/components/Playground/DocExplorer/FieldDoc.tsx index 970dca614..fc1ce1266 100644 --- a/packages/graphql-playground-react/src/components/Playground/DocExplorer/FieldDoc.tsx +++ b/packages/graphql-playground-react/src/components/Playground/DocExplorer/FieldDoc.tsx @@ -87,6 +87,9 @@ export default class FieldDoc extends React.Component { .doc-description { @p: .ph16, .black50; } + .doc-type-description { + @p: .black50; + } `}