Using variable in Hairline
This commit is contained in:
parent
78ef44f840
commit
cd29569287
|
@ -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',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue