forked from defunkt/toes
Add font-family to modal overlay
This commit is contained in:
parent
abdfaf8402
commit
c0571978d2
|
|
@ -45,6 +45,7 @@ const ModalBackdrop = define('ModalBackdrop', {
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
paddingTop: '20vh',
|
paddingTop: '20vh',
|
||||||
zIndex: 1000,
|
zIndex: 1000,
|
||||||
|
fontFamily: theme('fonts-sans'),
|
||||||
})
|
})
|
||||||
|
|
||||||
const ModalBox = define('ModalBox', {
|
const ModalBox = define('ModalBox', {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user