summaryrefslogtreecommitdiffstats
path: root/webapp/utils/utils.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-04-01 23:17:56 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-04-01 23:17:56 +0500
commit371dbfff22c523c046df537dc63764cfd2c70bd6 (patch)
tree24fcd6a75d3870e7f2f192a1b28282dd84c5b5c9 /webapp/utils/utils.jsx
parentf4d24b57fee5874fe4b2df929ec974392335316e (diff)
downloadchat-371dbfff22c523c046df537dc63764cfd2c70bd6.tar.gz
chat-371dbfff22c523c046df537dc63764cfd2c70bd6.tar.bz2
chat-371dbfff22c523c046df537dc63764cfd2c70bd6.zip
Adding modal changes back again
Diffstat (limited to 'webapp/utils/utils.jsx')
-rw-r--r--webapp/utils/utils.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx
index b248368fc..ccdc00ea5 100644
--- a/webapp/utils/utils.jsx
+++ b/webapp/utils/utils.jsx
@@ -756,6 +756,7 @@ export function applyTheme(theme) {
changeCss('.search-help-popover .search-autocomplete__item.selected', 'background:' + changeOpacity(theme.centerChannelColor, 0.15), 1);
changeCss('::-webkit-scrollbar-thumb', 'background:' + changeOpacity(theme.centerChannelColor, 0.4), 1);
changeCss('body', 'scrollbar-arrow-color:' + theme.centerChannelColor, 4);
+ changeCss('.modal .about-modal .about-modal__logo svg, .post .post__img svg', 'fill:' + theme.centerChannelColor, 1);
}
if (theme.newMessageSeparator) {