@selfcommunity/react-theme-default 0.4.2-courses.201 → 0.4.2-courses.203

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.
@@ -143,7 +143,10 @@ declare const Component: {
143
143
  height: any;
144
144
  };
145
145
  '& .MuiChip-root': {
146
- marginRight: any;
146
+ [x: number]: {
147
+ maxWidth: any;
148
+ };
149
+ margin: any;
147
150
  };
148
151
  };
149
152
  };
@@ -145,7 +145,10 @@ const Component = {
145
145
  height: theme.spacing(4)
146
146
  },
147
147
  '& .MuiChip-root': {
148
- marginRight: theme.spacing(0.5)
148
+ margin: theme.spacing(0.5),
149
+ [theme.breakpoints.up('lg')]: {
150
+ maxWidth: theme.spacing(20)
151
+ }
149
152
  }
150
153
  }
151
154
  },
@@ -21,6 +21,9 @@ declare const Component: {
21
21
  height: any;
22
22
  width: any;
23
23
  };
24
+ '& .MuiIcon-root': {
25
+ color: any;
26
+ };
24
27
  };
25
28
  };
26
29
  '& .SCChangeGroupPictureButton-root': {
@@ -23,6 +23,9 @@ const Component = {
23
23
  '& img': {
24
24
  height: theme.selfcommunity.group.avatar.sizeMedium,
25
25
  width: theme.selfcommunity.group.avatar.sizeMedium
26
+ },
27
+ '& .MuiIcon-root': {
28
+ color: theme.palette.common.white
26
29
  }
27
30
  }
28
31
  },
@@ -1896,7 +1896,10 @@ declare const theme: {
1896
1896
  height: any;
1897
1897
  };
1898
1898
  '& .MuiChip-root': {
1899
- marginRight: any;
1899
+ [x: number]: {
1900
+ maxWidth: any;
1901
+ };
1902
+ margin: any;
1900
1903
  };
1901
1904
  };
1902
1905
  };
@@ -4790,6 +4793,9 @@ declare const theme: {
4790
4793
  height: any;
4791
4794
  width: any;
4792
4795
  };
4796
+ '& .MuiIcon-root': {
4797
+ color: any;
4798
+ };
4793
4799
  };
4794
4800
  };
4795
4801
  '& .SCChangeGroupPictureButton-root': {
@@ -143,7 +143,10 @@ declare const Component: {
143
143
  height: any;
144
144
  };
145
145
  '& .MuiChip-root': {
146
- marginRight: any;
146
+ [x: number]: {
147
+ maxWidth: any;
148
+ };
149
+ margin: any;
147
150
  };
148
151
  };
149
152
  };
@@ -143,7 +143,10 @@ const Component = {
143
143
  height: theme.spacing(4)
144
144
  },
145
145
  '& .MuiChip-root': {
146
- marginRight: theme.spacing(0.5)
146
+ margin: theme.spacing(0.5),
147
+ [theme.breakpoints.up('lg')]: {
148
+ maxWidth: theme.spacing(20)
149
+ }
147
150
  }
148
151
  }
149
152
  },
@@ -21,6 +21,9 @@ declare const Component: {
21
21
  height: any;
22
22
  width: any;
23
23
  };
24
+ '& .MuiIcon-root': {
25
+ color: any;
26
+ };
24
27
  };
25
28
  };
26
29
  '& .SCChangeGroupPictureButton-root': {
@@ -21,6 +21,9 @@ const Component = {
21
21
  '& img': {
22
22
  height: theme.selfcommunity.group.avatar.sizeMedium,
23
23
  width: theme.selfcommunity.group.avatar.sizeMedium
24
+ },
25
+ '& .MuiIcon-root': {
26
+ color: theme.palette.common.white
24
27
  }
25
28
  }
26
29
  },
@@ -1896,7 +1896,10 @@ declare const theme: {
1896
1896
  height: any;
1897
1897
  };
1898
1898
  '& .MuiChip-root': {
1899
- marginRight: any;
1899
+ [x: number]: {
1900
+ maxWidth: any;
1901
+ };
1902
+ margin: any;
1900
1903
  };
1901
1904
  };
1902
1905
  };
@@ -4790,6 +4793,9 @@ declare const theme: {
4790
4793
  height: any;
4791
4794
  width: any;
4792
4795
  };
4796
+ '& .MuiIcon-root': {
4797
+ color: any;
4798
+ };
4793
4799
  };
4794
4800
  };
4795
4801
  '& .SCChangeGroupPictureButton-root': {