@selfcommunity/react-theme-default 0.5.0-alpha.21 → 0.5.0-alpha.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,7 +76,8 @@ declare const Component: {
76
76
  bottom: any;
77
77
  left: number;
78
78
  right: number;
79
- justifyContent: string;
79
+ display: string;
80
+ margin: string;
80
81
  };
81
82
  '& .MuiDialogActions-root': {
82
83
  position: string;
@@ -68,7 +68,8 @@ const Component = {
68
68
  bottom: theme.spacing(7),
69
69
  left: 0,
70
70
  right: 0,
71
- justifyContent: 'center'
71
+ display: 'inline-table',
72
+ margin: 'auto'
72
73
  },
73
74
  '& .MuiDialogActions-root': {
74
75
  position: 'absolute',
@@ -1405,7 +1405,8 @@ declare const theme: {
1405
1405
  bottom: any;
1406
1406
  left: number;
1407
1407
  right: number;
1408
- justifyContent: string;
1408
+ display: string;
1409
+ margin: string;
1409
1410
  };
1410
1411
  '& .MuiDialogActions-root': {
1411
1412
  position: string;
@@ -76,7 +76,8 @@ declare const Component: {
76
76
  bottom: any;
77
77
  left: number;
78
78
  right: number;
79
- justifyContent: string;
79
+ display: string;
80
+ margin: string;
80
81
  };
81
82
  '& .MuiDialogActions-root': {
82
83
  position: string;
@@ -66,7 +66,8 @@ const Component = {
66
66
  bottom: theme.spacing(7),
67
67
  left: 0,
68
68
  right: 0,
69
- justifyContent: 'center'
69
+ display: 'inline-table',
70
+ margin: 'auto'
70
71
  },
71
72
  '& .MuiDialogActions-root': {
72
73
  position: 'absolute',
@@ -1405,7 +1405,8 @@ declare const theme: {
1405
1405
  bottom: any;
1406
1406
  left: number;
1407
1407
  right: number;
1408
- justifyContent: string;
1408
+ display: string;
1409
+ margin: string;
1409
1410
  };
1410
1411
  '& .MuiDialogActions-root': {
1411
1412
  position: string;