Using variable in Hairline

This commit is contained in:
apanizo 2018-08-30 13:15:53 +02:00
parent 78ef44f840
commit cd29569287

View File

@ -1,10 +1,11 @@
// @flow
import * as React from 'react'
import { border } from '~/theme/variables'
const hairlineStyle = {
width: '100%',
height: '2px',
backgroundColor: '#d5d4d6',
backgroundColor: border,
margin: '20px 0px',
}