Fix Overlay formatting regression
This commit is contained in:
parent
bc4b78103c
commit
25fe9dd71f
@ -1,9 +1,13 @@
|
||||
import { styled } from '../../services/style.js';
|
||||
import { FILL_STYLE } from '..//styles.js';
|
||||
|
||||
export const Overlay = styled({
|
||||
export const Overlay = styled(
|
||||
{
|
||||
alignItems: 'center',
|
||||
flex: 1,
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
display: 'flex'
|
||||
});
|
||||
},
|
||||
FILL_STYLE
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user