1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00

Update snapshots

This commit is contained in:
Brent Jackson 2018-08-02 18:49:43 -04:00
parent 4d6a3c0951
commit d44f6d6351
2 changed files with 4 additions and 1 deletions

View File

@ -178,6 +178,7 @@ export const Presenter = ({
index,
length,
slides = [],
mode,
...props
}) => {
const Next = slides[index + 1]
@ -191,7 +192,7 @@ export const Presenter = ({
<pre>Slide {index} of {length}</pre>
<Box mx='auto' />
</Flex>
<Flex>
<Flex css={{ alignItems: 'center' }}>
<Box
mx='auto'
css={{
@ -361,6 +362,7 @@ export class SlideDeck extends React.Component {
...components
}}>
<Wrapper
{...this.state}
slides={slides}
width={width}
height={height}>

View File

@ -466,6 +466,7 @@ describe('components', () => {
className="c0"
color="text"
height="100vh"
mode="NORMAL"
width="100vw"
>
<div