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:
parent
a0a5af7dc0
commit
8feb58c6fc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user