Lighten color of created icon

This commit is contained in:
Annabel Dunstone Gray 2016-09-06 10:26:51 -05:00
parent aa152e4a27
commit 9fe133c29a

View file

@ -490,6 +490,6 @@
.ci-status-icon-created {
svg {
fill: $table-text-gray;
fill: $gray-darkest;
}
}