14 lines
256 B
JavaScript

import { styled } from '../../services/style.js';
import { FILL_STYLE } from '..//styles.js';
export const Overlay = styled(
{
alignItems: 'center',
flex: 1,
flexDirection: 'column',
justifyContent: 'center',
display: 'flex'
},
FILL_STYLE
);