fix: style export
This commit is contained in:
parent
742913db36
commit
8f264e25b0
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import { spacer, fontPrimary, primaryColor } from 'src/styling/variables'
|
import { spacer, fontPrimary, primaryColor } from 'src/styling/variables'
|
||||||
|
|
||||||
export default {
|
const styles = {
|
||||||
footer: {
|
footer: {
|
||||||
margin: [['auto', 0, spacer * 3, 'auto']]
|
margin: [['auto', 0, spacer * 3, 'auto']]
|
||||||
},
|
},
|
||||||
|
|
@ -35,3 +35,5 @@ export default {
|
||||||
width: 620
|
width: 620
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default styles
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue