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:
commit
f981024d5f
3 changed files with 3 additions and 5 deletions
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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…
Add table
Reference in a new issue