New: Tooltips for remove actions

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2018-11-11 00:09:22 -05:00
parent 14867cff7e
commit 4712f7f947
8 changed files with 8 additions and 1 deletions

View file

@ -44,8 +44,8 @@ class RecentFolderRow extends Component {
<TableRowCell className={styles.actions}>
<IconButton
name={icons.REMOVE}
title="Remove"
name={icons.REMOVE}
onPress={this.onRemovePress}
/>
</TableRowCell>