@selfcommunity/react-theme-default 0.4.2-courses.200 → 0.4.2-courses.202

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,7 @@ declare const Component: {
143
143
  height: any;
144
144
  };
145
145
  '& .MuiChip-root': {
146
- marginRight: any;
146
+ margin: any;
147
147
  };
148
148
  };
149
149
  };
@@ -145,7 +145,7 @@ 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
149
  }
150
150
  }
151
151
  },
@@ -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,7 @@ declare const theme: {
1896
1896
  height: any;
1897
1897
  };
1898
1898
  '& .MuiChip-root': {
1899
- marginRight: any;
1899
+ margin: any;
1900
1900
  };
1901
1901
  };
1902
1902
  };
@@ -4790,6 +4790,9 @@ declare const theme: {
4790
4790
  height: any;
4791
4791
  width: any;
4792
4792
  };
4793
+ '& .MuiIcon-root': {
4794
+ color: any;
4795
+ };
4793
4796
  };
4794
4797
  };
4795
4798
  '& .SCChangeGroupPictureButton-root': {
@@ -143,7 +143,7 @@ declare const Component: {
143
143
  height: any;
144
144
  };
145
145
  '& .MuiChip-root': {
146
- marginRight: any;
146
+ margin: any;
147
147
  };
148
148
  };
149
149
  };
@@ -143,7 +143,7 @@ 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
147
  }
148
148
  }
149
149
  },
@@ -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,7 @@ declare const theme: {
1896
1896
  height: any;
1897
1897
  };
1898
1898
  '& .MuiChip-root': {
1899
- marginRight: any;
1899
+ margin: any;
1900
1900
  };
1901
1901
  };
1902
1902
  };
@@ -4790,6 +4790,9 @@ declare const theme: {
4790
4790
  height: any;
4791
4791
  width: any;
4792
4792
  };
4793
+ '& .MuiIcon-root': {
4794
+ color: any;
4795
+ };
4793
4796
  };
4794
4797
  };
4795
4798
  '& .SCChangeGroupPictureButton-root': {