1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-17 09:57:23 +03:00

Add custom styles for Notes into Presenter

This commit is contained in:
Oleksii 2020-04-27 18:26:06 +03:00 committed by GitHub
parent d3cea6b44a
commit be3654cd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ export const Presenter = ({ slides, children }) => {
<div
sx={{
my: 3,
variant: 'styles.Notes'
}}>
{notes}
</div>