diff --git a/react/Paper/Readme.md b/react/Paper/Readme.md index 2ee5996d48..2d5b9e992b 100644 --- a/react/Paper/Readme.md +++ b/react/Paper/Readme.md @@ -8,7 +8,8 @@ import { withStyles } from 'cozy-ui/transpiled/react/styles'; const styles = theme => ({ root: { - ...theme.mixins.gutters(), + paddingLeft: theme.spacing(3), + paddingRight: theme.spacing(3), paddingTop: theme.spacing(2), paddingBottom: theme.spacing(2), position: 'relative'