mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
refactor: fixes flow
This commit is contained in:
parent
9699e0bab7
commit
2c0ebc8591
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
/**
|
||||
* @prettier
|
||||
* @flow
|
||||
*/
|
||||
import styled from 'react-emotion';
|
||||
import { default as MuiFab } from '@material-ui/core/Fab';
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
/**
|
||||
* @prettier
|
||||
* @flow
|
||||
*/
|
||||
|
||||
import styled from 'react-emotion';
|
||||
import Fab from '@material-ui/core/Fab/index';
|
||||
import { default as MuiFab } from '@material-ui/core/Fab/index';
|
||||
import Chip from '@material-ui/core/Chip/index';
|
||||
import ListItem from '@material-ui/core/ListItem/index';
|
||||
import Typography from '@material-ui/core/Typography/index';
|
||||
|
@ -32,7 +31,7 @@ export const DistChips = styled(Chip)`
|
|||
}
|
||||
`;
|
||||
|
||||
export const DownloadButton = styled(Fab)`
|
||||
export const DownloadButton = styled(MuiFab)`
|
||||
&& {
|
||||
background-color: ${colors.primary};
|
||||
color: ${colors.white};
|
||||
|
|
Loading…
Reference in a new issue