Skip to content

Commit

Permalink
Change selection icon
Browse files Browse the repository at this point in the history
  • Loading branch information
safchain committed Jan 31, 2020
1 parent a32afb3 commit 057ae7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import Menu from '@material-ui/core/Menu'
import Fab from '@material-ui/core/Fab'
import { withRouter } from 'react-router-dom'
import Badge from '@material-ui/core/Badge'
import ShoppingCartIcon from '@material-ui/icons/ShoppingCart'
import ListIcon from '@material-ui/icons/List'
import Button from '@material-ui/core/Button'

import { styles } from './AppStyles'
Expand Down Expand Up @@ -834,7 +834,7 @@ class App extends React.Component<Props, State> {
onClick={(event: React.MouseEvent<HTMLElement>) => this.props.selection.length > 0 && this.openMenu("selection", event)}
color="inherit">
<Badge badgeContent={this.props.selection.length} color="secondary">
<ShoppingCartIcon />
<ListIcon />
</Badge>
</IconButton>
<Menu
Expand Down
1 change: 0 additions & 1 deletion src/SelectionPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import Tooltip from '@material-ui/core/Tooltip'
import VideocamIcon from '@material-ui/icons/Videocam'
import CaptureForm from "./CaptureForm"
import { withStyles } from '@material-ui/core/styles'
import Typography from '@material-ui/core/Typography'

import { Node, Link } from './Topology'
import DataPanel from './DataPanel'
Expand Down

0 comments on commit 057ae7f

Please sign in to comment.