styles: fix download/upload color inconsistency in details modal

This commit is contained in:
Jesse Chan
2020-10-20 18:13:15 +08:00
parent c54cba328e
commit b07c782d22
+4 -4
View File
@@ -154,10 +154,10 @@ $more-info--border: $textbox-repeater--button--border;
&__sub-heading {
&__tertiary {
&--download {
color: $blue;
color: $green;
.icon {
fill: $blue;
fill: $green;
}
}
}
@@ -181,10 +181,10 @@ $more-info--border: $textbox-repeater--button--border;
&__sub-heading {
&__tertiary {
&--upload {
color: $green;
color: $blue;
.icon {
fill: $green;
fill: $blue;
}
}
}