@selfcommunity/react-theme-default 0.2.0-live.50 → 0.2.0-live.51

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.
@@ -32,6 +32,9 @@ declare const Component: {
32
32
  width: string;
33
33
  position: string;
34
34
  textAlign: string;
35
+ '& .MuiTypography-root': {
36
+ color: string;
37
+ };
35
38
  };
36
39
  '& .lk-prejoin': {
37
40
  maxWidth: number;
@@ -33,7 +33,10 @@ const Component = {
33
33
  maxWidth: 620,
34
34
  width: '100%',
35
35
  position: 'absolute',
36
- textAlign: 'center'
36
+ textAlign: 'center',
37
+ '& .MuiTypography-root': {
38
+ color: '#111111'
39
+ }
37
40
  },
38
41
  '& .lk-prejoin': {
39
42
  maxWidth: 620,
@@ -2,6 +2,7 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  height: string;
5
+ overflowY: string;
5
6
  "& .SCLiveStreamVideoConference-end-conference-wrap": {
6
7
  display: string;
7
8
  justifyContent: string;
@@ -4,6 +4,7 @@ const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
6
  height: '100vh',
7
+ overflowY: 'hidden',
7
8
  [`& .SCLiveStreamVideoConference-end-conference-wrap`]: {
8
9
  display: 'flex',
9
10
  justifyContent: 'center',
@@ -8445,6 +8445,9 @@ declare const theme: {
8445
8445
  width: string;
8446
8446
  position: string;
8447
8447
  textAlign: string;
8448
+ '& .MuiTypography-root': {
8449
+ color: string;
8450
+ };
8448
8451
  };
8449
8452
  '& .lk-prejoin': {
8450
8453
  maxWidth: number;
@@ -8469,6 +8472,7 @@ declare const theme: {
8469
8472
  styleOverrides: {
8470
8473
  root: ({ theme }: any) => {
8471
8474
  height: string;
8475
+ overflowY: string;
8472
8476
  "& .SCLiveStreamVideoConference-end-conference-wrap": {
8473
8477
  display: string;
8474
8478
  justifyContent: string;
@@ -32,6 +32,9 @@ declare const Component: {
32
32
  width: string;
33
33
  position: string;
34
34
  textAlign: string;
35
+ '& .MuiTypography-root': {
36
+ color: string;
37
+ };
35
38
  };
36
39
  '& .lk-prejoin': {
37
40
  maxWidth: number;
@@ -31,7 +31,10 @@ const Component = {
31
31
  maxWidth: 620,
32
32
  width: '100%',
33
33
  position: 'absolute',
34
- textAlign: 'center'
34
+ textAlign: 'center',
35
+ '& .MuiTypography-root': {
36
+ color: '#111111'
37
+ }
35
38
  },
36
39
  '& .lk-prejoin': {
37
40
  maxWidth: 620,
@@ -2,6 +2,7 @@ declare const Component: {
2
2
  styleOverrides: {
3
3
  root: ({ theme }: any) => {
4
4
  height: string;
5
+ overflowY: string;
5
6
  "& .SCLiveStreamVideoConference-end-conference-wrap": {
6
7
  display: string;
7
8
  justifyContent: string;
@@ -2,6 +2,7 @@ const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
4
  height: '100vh',
5
+ overflowY: 'hidden',
5
6
  [`& .SCLiveStreamVideoConference-end-conference-wrap`]: {
6
7
  display: 'flex',
7
8
  justifyContent: 'center',
@@ -8445,6 +8445,9 @@ declare const theme: {
8445
8445
  width: string;
8446
8446
  position: string;
8447
8447
  textAlign: string;
8448
+ '& .MuiTypography-root': {
8449
+ color: string;
8450
+ };
8448
8451
  };
8449
8452
  '& .lk-prejoin': {
8450
8453
  maxWidth: number;
@@ -8469,6 +8472,7 @@ declare const theme: {
8469
8472
  styleOverrides: {
8470
8473
  root: ({ theme }: any) => {
8471
8474
  height: string;
8475
+ overflowY: string;
8472
8476
  "& .SCLiveStreamVideoConference-end-conference-wrap": {
8473
8477
  display: string;
8474
8478
  justifyContent: string;