Using variable in Hairline
This commit is contained in:
parent
78ef44f840
commit
cd29569287
|
@ -1,10 +1,11 @@
|
||||||
// @flow
|
// @flow
|
||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
|
import { border } from '~/theme/variables'
|
||||||
|
|
||||||
const hairlineStyle = {
|
const hairlineStyle = {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '2px',
|
height: '2px',
|
||||||
backgroundColor: '#d5d4d6',
|
backgroundColor: border,
|
||||||
margin: '20px 0px',
|
margin: '20px 0px',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue