philips-software/cogito

View on GitHub
workspaces/demo-app/src/components/styling/CenteredP.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import glamorous from 'glamorous'

export const CenteredP = glamorous.p({
  textAlign: 'center',
  color: 'grey'
})