summaryrefslogtreecommitdiffstats
path: root/webapp/utils/utils.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-04-01 11:58:04 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-04-01 11:58:04 -0400
commit3245ed253af8e1750a43a0d526f819ca7aed2864 (patch)
tree2dd1edec8bebac7bc43680e37513e8f5e9958ee2 /webapp/utils/utils.jsx
parent5e307532d8bd2cd79020dcace7c0c2347a830d34 (diff)
parentc51484332c2f8c53cd1931680f02f74e1cd1603c (diff)
downloadchat-3245ed253af8e1750a43a0d526f819ca7aed2864.tar.gz
chat-3245ed253af8e1750a43a0d526f819ca7aed2864.tar.bz2
chat-3245ed253af8e1750a43a0d526f819ca7aed2864.zip
Merge pull request #2608 from asaadmahmoodspin/ui-improvements
PLT-2027- Improvements to about dialog
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) {