@selfcommunity/react-theme-default 1.0.1-alpha.1 → 1.0.1-alpha.2

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.
@@ -221,7 +221,6 @@ declare const Component: {
221
221
  minHeight: string;
222
222
  marginBottom: any;
223
223
  '& .MuiTabs-flexContainer': {
224
- justifyContent: string;
225
224
  '& .MuiTab-labelIcon': {
226
225
  minHeight: string;
227
226
  flexDirection: string;
@@ -227,7 +227,6 @@ const Component = {
227
227
  minHeight: 'auto',
228
228
  marginBottom: theme.spacing(4),
229
229
  '& .MuiTabs-flexContainer': {
230
- justifyContent: 'center',
231
230
  '& .MuiTab-labelIcon': {
232
231
  minHeight: 'auto',
233
232
  flexDirection: 'row',
@@ -1558,7 +1558,6 @@ declare const theme: {
1558
1558
  minHeight: string;
1559
1559
  marginBottom: any;
1560
1560
  '& .MuiTabs-flexContainer': {
1561
- justifyContent: string;
1562
1561
  '& .MuiTab-labelIcon': {
1563
1562
  minHeight: string;
1564
1563
  flexDirection: string;
@@ -221,7 +221,6 @@ declare const Component: {
221
221
  minHeight: string;
222
222
  marginBottom: any;
223
223
  '& .MuiTabs-flexContainer': {
224
- justifyContent: string;
225
224
  '& .MuiTab-labelIcon': {
226
225
  minHeight: string;
227
226
  flexDirection: string;
@@ -225,7 +225,6 @@ const Component = {
225
225
  minHeight: 'auto',
226
226
  marginBottom: theme.spacing(4),
227
227
  '& .MuiTabs-flexContainer': {
228
- justifyContent: 'center',
229
228
  '& .MuiTab-labelIcon': {
230
229
  minHeight: 'auto',
231
230
  flexDirection: 'row',
@@ -1558,7 +1558,6 @@ declare const theme: {
1558
1558
  minHeight: string;
1559
1559
  marginBottom: any;
1560
1560
  '& .MuiTabs-flexContainer': {
1561
- justifyContent: string;
1562
1561
  '& .MuiTab-labelIcon': {
1563
1562
  minHeight: string;
1564
1563
  flexDirection: string;