Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import { styled } from 'styleh-components'
const Wrapper = styled.div `
width: 50px;
height: 50px;
border-radius: 50%;
background-color: blue;
padding: 10px;
margin: auto;
`
export { Wrapper }