Updating mentions badge and tooltip

This commit is contained in:
Asaad Mahmood
2017-02-15 16:55:23 +05:00
parent bc36ab4e77
commit 8e012fbf02

View File

@@ -16,6 +16,7 @@ class TabBar extends React.Component {
lineHeight: '20px',
height: '19px',
marginLeft: '5px',
marginTop: '6px',
borderRadius: '50%'
};
@@ -100,6 +101,7 @@ class TabBar extends React.Component {
onClick={this.props.onAddServer}
style={tabButton}
bsStyle='tabButton'
title='Add a new server'
>
{'+'}
</Button>