IO-1569 Change image selector color.

This commit is contained in:
Patrick Fic
2021-12-17 09:55:12 -08:00
parent f42ef0749a
commit 3247de6cf6

View File

@@ -134,3 +134,11 @@
background: unset;
}
}
.ReactGridGallery_tile-icon-bar {
div {
svg {
fill: #1890ff;
}
}
}