0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

chore: add primary color to package title

This commit is contained in:
Juan Picado @jotadeveloper 2019-02-06 07:21:58 +01:00
parent 75a2c54adb
commit 9c632b7f6e
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -25,7 +25,7 @@ export const Header = styled.div`
export const Name = styled.span`
&& {
${ellipsis('50%')};
color: ${colors.primary};
}
`;