Skip to content

Commit

Permalink
Update inline style from swagger-api#999 to swagger-api#666 to meet a…
Browse files Browse the repository at this point in the history
…ccessibility color contrast threshold.
  • Loading branch information
maryscar committed May 10, 2018
1 parent a821a93 commit 71bc460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/object-model.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 } />
Expand Down

0 comments on commit 71bc460

Please sign in to comment.