Commit e74e03fa authored by Jacob Schatz's avatar Jacob Schatz

changes `$quote-gray` to `$secondary-text`

parent 0bb37c1f
...@@ -24,7 +24,7 @@ $gl-gray: #5a5a5a; ...@@ -24,7 +24,7 @@ $gl-gray: #5a5a5a;
$gl-padding: 16px; $gl-padding: 16px;
$gl-padding-top:10px; $gl-padding-top:10px;
$gl-avatar-size: 46px; $gl-avatar-size: 46px;
$quote-gray: #7f8fa4; $secondary-text: #7f8fa4;
/* /*
* Color schema * Color schema
......
...@@ -146,6 +146,6 @@ form.edit-issue { ...@@ -146,6 +146,6 @@ form.edit-issue {
} }
.issue-closed-by-widget { .issue-closed-by-widget {
color: $quote-gray; color: $secondary-text;
margin-left: 52px; margin-left: 52px;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment