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; + } + } +}