@@ -236,7 +236,8 @@ exports[`renders filled TextField with TextField.Icon accessories 1`] = `
236236 [
237237 {
238238 " alignItems" : " center" ,
239- " alignSelf" : " stretch" ,
239+ " alignSelf" : " center" ,
240+ " height" : 24 ,
240241 " justifyContent" : " center" ,
241242 " marginStart" : 12 ,
242243 " width" : 24 ,
@@ -481,7 +482,8 @@ exports[`renders filled TextField with TextField.Icon accessories 1`] = `
481482 [
482483 {
483484 " alignItems" : " center" ,
484- " alignSelf" : " stretch" ,
485+ " alignSelf" : " center" ,
486+ " height" : 24 ,
485487 " justifyContent" : " center" ,
486488 " marginEnd" : 12 ,
487489 " width" : 24 ,
@@ -880,7 +882,8 @@ exports[`renders filled TextField with TextField.Icon accessories when status is
880882 [
881883 {
882884 " alignItems" : " center" ,
883- " alignSelf" : " stretch" ,
885+ " alignSelf" : " center" ,
886+ " height" : 24 ,
884887 " justifyContent" : " center" ,
885888 " marginStart" : 12 ,
886889 " width" : 24 ,
@@ -1125,7 +1128,8 @@ exports[`renders filled TextField with TextField.Icon accessories when status is
11251128 [
11261129 {
11271130 " alignItems" : " center" ,
1128- " alignSelf" : " stretch" ,
1131+ " alignSelf" : " center" ,
1132+ " height" : 24 ,
11291133 " justifyContent" : " center" ,
11301134 " marginEnd" : 12 ,
11311135 " width" : 24 ,
@@ -1802,7 +1806,8 @@ exports[`renders outlined TextField with TextField.Icon accessories 1`] = `
18021806 [
18031807 {
18041808 " alignItems" : " center" ,
1805- " alignSelf" : " stretch" ,
1809+ " alignSelf" : " center" ,
1810+ " height" : 24 ,
18061811 " justifyContent" : " center" ,
18071812 " marginStart" : 12 ,
18081813 " width" : 24 ,
@@ -2047,7 +2052,8 @@ exports[`renders outlined TextField with TextField.Icon accessories 1`] = `
20472052 [
20482053 {
20492054 " alignItems" : " center" ,
2050- " alignSelf" : " stretch" ,
2055+ " alignSelf" : " center" ,
2056+ " height" : 24 ,
20512057 " justifyContent" : " center" ,
20522058 " marginEnd" : 12 ,
20532059 " width" : 24 ,
@@ -2404,7 +2410,8 @@ exports[`renders outlined TextField with TextField.Icon accessories when status
24042410 [
24052411 {
24062412 " alignItems" : " center" ,
2407- " alignSelf" : " stretch" ,
2413+ " alignSelf" : " center" ,
2414+ " height" : 24 ,
24082415 " justifyContent" : " center" ,
24092416 " marginStart" : 12 ,
24102417 " width" : 24 ,
@@ -2649,7 +2656,8 @@ exports[`renders outlined TextField with TextField.Icon accessories when status
26492656 [
26502657 {
26512658 " alignItems" : " center" ,
2652- " alignSelf" : " stretch" ,
2659+ " alignSelf" : " center" ,
2660+ " height" : 24 ,
26532661 " justifyContent" : " center" ,
26542662 " marginEnd" : 12 ,
26552663 " width" : 24 ,
0 commit comments