Skip to content
Snippets Groups Projects
Commit e74e03fa authored by Jacob Schatz's avatar Jacob Schatz
Browse files

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

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