We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae849c3 commit 66e9bd7Copy full SHA for 66e9bd7
src/core/components/object-model.jsx
@@ -78,7 +78,7 @@ export default class ObjectModel extends Component {
78
{
79
<table className="model"><tbody>
80
81
- !description ? null : <tr style={{ color: "#999", fontStyle: "italic" }}>
+ !description ? null : <tr style={{ color: "#666", fontStyle: "italic" }}>
82
<td>description:</td>
83
<td>
84
<Markdown source={ description } />
0 commit comments