You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
279 B

import system from '@rebass/components'
const Bar = system(
{
is: 'hr',
m: 0,
border: 0,
borderBottom: 1,
borderColor: 'primaryText',
opacity: 0.6
},
'borders',
'borderColor',
'space',
'opacity'
)
Bar.displayName = 'Bar'
export default Bar