@selfcommunity/react-theme-default 0.4.2-courses.112 → 0.4.2-courses.114

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.
@@ -19,7 +19,7 @@ declare const Component: {
19
19
  backgroundColor: any;
20
20
  };
21
21
  '& .SCLessonDrawer-header': {
22
- minHeight: any;
22
+ minHeight: string;
23
23
  display: string;
24
24
  padding: any;
25
25
  };
@@ -21,7 +21,7 @@ const Component = {
21
21
  backgroundColor: theme.palette.grey[200]
22
22
  },
23
23
  '& .SCLessonDrawer-header': {
24
- minHeight: theme.mixins.toolbar.minHeight,
24
+ minHeight: '60px',
25
25
  display: 'block',
26
26
  padding: theme.spacing(1, 1, 1, 2)
27
27
  },
@@ -5041,7 +5041,7 @@ declare const theme: {
5041
5041
  backgroundColor: any;
5042
5042
  };
5043
5043
  '& .SCLessonDrawer-header': {
5044
- minHeight: any;
5044
+ minHeight: string;
5045
5045
  display: string;
5046
5046
  padding: any;
5047
5047
  };
@@ -19,7 +19,7 @@ declare const Component: {
19
19
  backgroundColor: any;
20
20
  };
21
21
  '& .SCLessonDrawer-header': {
22
- minHeight: any;
22
+ minHeight: string;
23
23
  display: string;
24
24
  padding: any;
25
25
  };
@@ -19,7 +19,7 @@ const Component = {
19
19
  backgroundColor: theme.palette.grey[200]
20
20
  },
21
21
  '& .SCLessonDrawer-header': {
22
- minHeight: theme.mixins.toolbar.minHeight,
22
+ minHeight: '60px',
23
23
  display: 'block',
24
24
  padding: theme.spacing(1, 1, 1, 2)
25
25
  },
@@ -5041,7 +5041,7 @@ declare const theme: {
5041
5041
  backgroundColor: any;
5042
5042
  };
5043
5043
  '& .SCLessonDrawer-header': {
5044
- minHeight: any;
5044
+ minHeight: string;
5045
5045
  display: string;
5046
5046
  padding: any;
5047
5047
  };