0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

Merge branch 'feat-new-detail-page' of github.com:verdaccio/verdaccio into feat-new-detail-page

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-17 20:40:55 +01:00
commit f981024d5f
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 3 additions and 5 deletions

View file

@ -12,7 +12,7 @@ action "Docker build health check" {
}
action "Test Publish Verdaccio" {
uses = "verdaccio/github-actions/publish@master",
uses = "verdaccio/github-actions/publish@v0.1.0"
needs = ["Docker build health check"]
args = "-ddd"
}

View file

@ -1,6 +1,5 @@
/**
* @prettier
* @flow
*/
import styled from 'react-emotion';
import { default as MuiFab } from '@material-ui/core/Fab';

View file

@ -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};