Minor icon color fix

This commit is contained in:
Kris 2019-02-04 22:14:18 -05:00 committed by Neil Lalonde
parent 894b98685b
commit a36527ca77

View File

@ -68,7 +68,7 @@
display: none; display: none;
} }
.d-icon { .d-icon {
opacity: 1; color: $secondary;
} }
} }
} }