Skip to content

Commit

Permalink
fix: Remove usage of theme.mixin.gutters
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed May 23, 2023
1 parent 8082cec commit faa161d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/Paper/Readme.md
Expand Up @@ -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'
Expand Down

0 comments on commit faa161d

Please sign in to comment.