File tree Expand file tree Collapse file tree
ui/src/mosaic/components/section Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const styles = stylex.create({
2929function ProviderIcon ( { provider } : { provider : string } ) {
3030 return (
3131 < Section . Media
32- size = 'xl '
32+ size = 'lg '
3333 { ...stylex . props ( styles . providerMedia ) }
3434 >
3535 < img
@@ -54,7 +54,7 @@ export function Default() {
5454 < Section . Group >
5555 < Section . Row >
5656 < Section . Item >
57- < Section . Media size = 'xl ' >
57+ < Section . Media size = 'lg ' >
5858 < Avatar . Root size = 'fit' >
5959 < Avatar . Image
6060 alt = 'Preston Booth'
@@ -144,7 +144,7 @@ export function MultipleEmailAndPhoneNumbers() {
144144 < Section . Group >
145145 < Section . Row >
146146 < Section . Item >
147- < Section . Media size = 'xl ' >
147+ < Section . Media size = 'lg ' >
148148 < Avatar . Root size = 'fit' >
149149 < Avatar . Image
150150 alt = 'Preston Booth'
Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ export const styles = stylex.create({
7979 width : space [ '6' ] ,
8080 } ,
8181 mediaLg : {
82- height : space [ '8 ' ] ,
83- width : space [ '8 ' ] ,
82+ height : space [ '10 ' ] ,
83+ width : space [ '10 ' ] ,
8484 } ,
8585 mediaXl : {
86- height : space [ '10.5 ' ] ,
87- width : space [ '10.5 ' ] ,
86+ height : space [ '12 ' ] ,
87+ width : space [ '12 ' ] ,
8888 } ,
8989 content : {
9090 display : 'flex' ,
You can’t perform that action at this time.
0 commit comments