1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-29 05:46:00 +03:00

Undo change to Slide styles

This commit is contained in:
Brent Jackson 2019-04-21 11:31:49 -04:00
parent a0a5af7dc0
commit 8feb58c6fc

View File

@ -34,13 +34,13 @@ const Root = styled.div(
fontFamily: props.theme.font,
color: props.theme.colors.text,
backgroundColor: props.theme.colors.background,
width: '100vw',
height: '100vh',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
overflow: 'hidden',
width: '100vw',
height: '100vh',
}),
props => props.theme.css,
props => props.theme.Slide,