summaryrefslogtreecommitdiffstats
path: root/webapp/components/navbar.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-08 04:27:38 +0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-08 07:27:38 +0800
commit06814885a050c9a0cae92c73c48e334272d30281 (patch)
tree5c63723061d6792d240722487718d7666d081137 /webapp/components/navbar.jsx
parente8c02c7c1d1d94d362a37c14e2c1a77508906e94 (diff)
downloadchat-06814885a050c9a0cae92c73c48e334272d30281.tar.gz
chat-06814885a050c9a0cae92c73c48e334272d30281.tar.bz2
chat-06814885a050c9a0cae92c73c48e334272d30281.zip
UI changes (#6876)
* PLT-7011 - Long channel name truncation * PLT-7013 - Fixing channel header mobile * PLT-7012 - Updating quick switch modal on mobile * PLT-7008 - Channel preferences mobile fix * PLT-7014 - Increasing tap area for channel desc
Diffstat (limited to 'webapp/components/navbar.jsx')
-rw-r--r--webapp/components/navbar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/navbar.jsx b/webapp/components/navbar.jsx
index f61f58a8d..6305f870e 100644
--- a/webapp/components/navbar.jsx
+++ b/webapp/components/navbar.jsx
@@ -698,7 +698,7 @@ export default class Navbar extends React.Component {
/>
</span>
<span
- className='icon icon__menu'
+ className='icon icon__menu icon--sidebarHeaderTextColor'
dangerouslySetInnerHTML={{__html: menuIcon}}
aria-hidden='true'
/>