Add font-family to modal overlay

This commit is contained in:
Chris Wanstrath 2026-03-03 13:16:45 -08:00
parent abdfaf8402
commit c0571978d2

View File

@ -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', {