Skip to content

Commit 85c203f

Browse files
johannpinsontimsuchanek
authored andcommitted
fix(schema) update color in query/mutation comment (#811)
1 parent c71868f commit 85c203f

File tree

1 file changed

+3
-0
lines changed
  • packages/graphql-playground-react/src/components/Playground/DocExplorer

1 file changed

+3
-0
lines changed

packages/graphql-playground-react/src/components/Playground/DocExplorer/FieldDoc.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ export default class FieldDoc extends React.Component<Props, State> {
8787
.doc-description {
8888
@p: .ph16, .black50;
8989
}
90+
.doc-type-description {
91+
@p: .black50;
92+
}
9093
`}</style>
9194
<style jsx={true}>{`
9295
.doc-header {

0 commit comments

Comments
 (0)