fix: model property color contrast (#4540)

This commit is contained in:
maryscar
2018-05-10 16:19:59 -07:00
committed by kyle
parent ae849c31ea
commit 66e9bd735a

View File

@@ -78,7 +78,7 @@ export default class ObjectModel extends Component {
{
<table className="model"><tbody>
{
!description ? null : <tr style={{ color: "#999", fontStyle: "italic" }}>
!description ? null : <tr style={{ color: "#666", fontStyle: "italic" }}>
<td>description:</td>
<td>
<Markdown source={ description } />