import { colorInfo } from './style' export default { modal: { zIndex: 101, background: colorInfo.modalBackground, borderRadius: 4, boxShadow: '0 0 25px #000000' } }