From 3247de6cf63db39567517600812f1ced36b31249 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 17 Dec 2021 09:55:12 -0800 Subject: [PATCH] IO-1569 Change image selector color. --- client/src/App/App.styles.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index b49fdcb1e..ccaf3b89f 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -134,3 +134,11 @@ background: unset; } } + +.ReactGridGallery_tile-icon-bar { + div { + svg { + fill: #1890ff; + } + } +}