fix: spacing within appshell/paper
This commit is contained in:
parent
0adc07ac38
commit
3af3ba69f5
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,8 @@ export default function Layout({ children, props }) {
|
||||||
<Paper
|
<Paper
|
||||||
withBorder
|
withBorder
|
||||||
p='md'
|
p='md'
|
||||||
|
mr='md'
|
||||||
|
mb='md'
|
||||||
shadow='xs'
|
shadow='xs'
|
||||||
sx={(theme) => ({
|
sx={(theme) => ({
|
||||||
'&[data-with-border]': {
|
'&[data-with-border]': {
|
||||||
|
|
Loading…
Add table
Reference in a new issue