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',
|
||||
paddingTop: '20vh',
|
||||
zIndex: 1000,
|
||||
fontFamily: theme('fonts-sans'),
|
||||
})
|
||||
|
||||
const ModalBox = define('ModalBox', {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user