Skip to content

Commit 66e9bd7

Browse files
maryscarshockey
authored andcommitted
fix: model property color contrast (#4540)
1 parent ae849c3 commit 66e9bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/components/object-model.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default class ObjectModel extends Component {
7878
{
7979
<table className="model"><tbody>
8080
{
81-
!description ? null : <tr style={{ color: "#999", fontStyle: "italic" }}>
81+
!description ? null : <tr style={{ color: "#666", fontStyle: "italic" }}>
8282
<td>description:</td>
8383
<td>
8484
<Markdown source={ description } />

0 commit comments

Comments
 (0)