UNPKG

wix-style-react

Version:
13 lines (11 loc) 184 B
import React from 'react'; export default () => ( <div style={{ height: 120, width: 120, backgroundColor: '#dfe5eb', borderRadius: '50%', }} /> );