File tree Expand file tree Collapse file tree
packages/admin-ui/src/components/05_pages/Content Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import Paper from '@material-ui/core/Paper';
1010import Input from '@material-ui/core/Input' ;
1111import InputLabel from '@material-ui/core/InputLabel' ;
1212import MenuItem from '@material-ui/core/MenuItem' ;
13+ import Fab from '@material-ui/core/Fab' ;
1314import FormControl from '@material-ui/core/FormControl' ;
1415import ListItemText from '@material-ui/core/ListItemText' ;
1516import Select from '@material-ui/core/Select' ;
@@ -310,16 +311,15 @@ class Content extends Component {
310311 </ Fragment >
311312 ) }
312313
313- < Button
314- variant = "fab"
314+ < Fab
315315 color = "primary"
316316 aria-label = "add"
317317 className = { styles . addButton }
318318 component = { Link }
319319 to = "/node/add"
320320 >
321321 < AddIcon />
322- </ Button >
322+ </ Fab >
323323 </ div >
324324 < ContentTable
325325 pageChangeHandler = { this . pageChangeHandler }
You can’t perform that action at this time.
0 commit comments