@selfcommunity/react-theme-default 0.2.0-live.73 → 0.2.0-live.75

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.
@@ -97,6 +97,9 @@ declare const Component: {
97
97
  width: number;
98
98
  height: number;
99
99
  borderRadius: string;
100
+ '& img': {
101
+ borderRadius: string;
102
+ };
100
103
  };
101
104
  };
102
105
  '& .SCLiveStream-snippet-image': {
@@ -98,7 +98,10 @@ const Component = {
98
98
  '& .MuiAvatar-root': {
99
99
  width: 100,
100
100
  height: 60,
101
- borderRadius: '5px'
101
+ borderRadius: '5px',
102
+ '& img': {
103
+ borderRadius: '5px'
104
+ }
102
105
  }
103
106
  },
104
107
  '& .SCLiveStream-snippet-image': {
@@ -3,6 +3,10 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  '& .SCLiveStreamSelector-warning': {
5
5
  margin: any;
6
+ "& a": {
7
+ color: any;
8
+ fontWeight: string;
9
+ };
6
10
  };
7
11
  '& .SCLiveStreamSelector-options': {
8
12
  [x: number]: {
@@ -4,7 +4,11 @@ const Component = {
4
4
  styleOverrides: {
5
5
  root: ({ theme }) => ({
6
6
  '& .SCLiveStreamSelector-warning': {
7
- margin: theme.spacing(2, 5, 2, 5)
7
+ margin: theme.spacing(2, 5, 2, 5),
8
+ [`& a`]: {
9
+ color: theme.palette.common.white,
10
+ fontWeight: 'bold'
11
+ }
8
12
  },
9
13
  '& .SCLiveStreamSelector-options': {
10
14
  display: 'flex',
@@ -8499,6 +8499,9 @@ declare const theme: {
8499
8499
  width: number;
8500
8500
  height: number;
8501
8501
  borderRadius: string;
8502
+ '& img': {
8503
+ borderRadius: string;
8504
+ };
8502
8505
  };
8503
8506
  };
8504
8507
  '& .SCLiveStream-snippet-image': {
@@ -8779,6 +8782,10 @@ declare const theme: {
8779
8782
  root: ({ theme }: any) => {
8780
8783
  '& .SCLiveStreamSelector-warning': {
8781
8784
  margin: any;
8785
+ "& a": {
8786
+ color: any;
8787
+ fontWeight: string;
8788
+ };
8782
8789
  };
8783
8790
  '& .SCLiveStreamSelector-options': {
8784
8791
  [x: number]: {
@@ -97,6 +97,9 @@ declare const Component: {
97
97
  width: number;
98
98
  height: number;
99
99
  borderRadius: string;
100
+ '& img': {
101
+ borderRadius: string;
102
+ };
100
103
  };
101
104
  };
102
105
  '& .SCLiveStream-snippet-image': {
@@ -96,7 +96,10 @@ const Component = {
96
96
  '& .MuiAvatar-root': {
97
97
  width: 100,
98
98
  height: 60,
99
- borderRadius: '5px'
99
+ borderRadius: '5px',
100
+ '& img': {
101
+ borderRadius: '5px'
102
+ }
100
103
  }
101
104
  },
102
105
  '& .SCLiveStream-snippet-image': {
@@ -3,6 +3,10 @@ declare const Component: {
3
3
  root: ({ theme }: any) => {
4
4
  '& .SCLiveStreamSelector-warning': {
5
5
  margin: any;
6
+ "& a": {
7
+ color: any;
8
+ fontWeight: string;
9
+ };
6
10
  };
7
11
  '& .SCLiveStreamSelector-options': {
8
12
  [x: number]: {
@@ -2,7 +2,11 @@ const Component = {
2
2
  styleOverrides: {
3
3
  root: ({ theme }) => ({
4
4
  '& .SCLiveStreamSelector-warning': {
5
- margin: theme.spacing(2, 5, 2, 5)
5
+ margin: theme.spacing(2, 5, 2, 5),
6
+ [`& a`]: {
7
+ color: theme.palette.common.white,
8
+ fontWeight: 'bold'
9
+ }
6
10
  },
7
11
  '& .SCLiveStreamSelector-options': {
8
12
  display: 'flex',
@@ -8499,6 +8499,9 @@ declare const theme: {
8499
8499
  width: number;
8500
8500
  height: number;
8501
8501
  borderRadius: string;
8502
+ '& img': {
8503
+ borderRadius: string;
8504
+ };
8502
8505
  };
8503
8506
  };
8504
8507
  '& .SCLiveStream-snippet-image': {
@@ -8779,6 +8782,10 @@ declare const theme: {
8779
8782
  root: ({ theme }: any) => {
8780
8783
  '& .SCLiveStreamSelector-warning': {
8781
8784
  margin: any;
8785
+ "& a": {
8786
+ color: any;
8787
+ fontWeight: string;
8788
+ };
8782
8789
  };
8783
8790
  '& .SCLiveStreamSelector-options': {
8784
8791
  [x: number]: {