changes $quote-gray
to $secondary-text
This commit is contained in:
parent
0bb37c1ff2
commit
e74e03fa66
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -146,6 +146,6 @@ form.edit-issue {
|
|||
}
|
||||
|
||||
.issue-closed-by-widget {
|
||||
color: $quote-gray;
|
||||
color: $secondary-text;
|
||||
margin-left: 52px;
|
||||
}
|
Loading…
Reference in a new issue