@@ -96,10 +96,11 @@ export const Complex = () => {
9696 display : 'absolute' ,
9797 bgcolor : 'grey.300' ,
9898 mx : - 2 ,
99- my : - 3 ,
99+ mt : - 3 ,
100+ mb : - 5 ,
100101 top : 0 ,
101102 right : 0 ,
102- height : 50 ,
103+ height : 60 ,
103104 } }
104105 />
105106 < Box
@@ -128,20 +129,20 @@ export const Complex = () => {
128129 sx = { {
129130 display : 'flex' ,
130131 justifyContent : 'center' ,
131- gap : 1 ,
132+ gap : 1.5 ,
132133 my : 1 ,
133134 } }
134135 >
135- < IconButton sx = { { bgcolor : '#e1f2ff ' } } >
136+ < IconButton sx = { { bgcolor : '#eff9fd ' } } color = "inherit" >
136137 < PhoneOutlinedIcon fontSize = "small" />
137138 </ IconButton >
138- < IconButton sx = { { bgcolor : '#e1f2ff ' } } >
139+ < IconButton sx = { { bgcolor : '#eff9fd ' } } color = "inherit" >
139140 < ChatBubbleOutlineOutlinedIcon fontSize = "small" />
140141 </ IconButton >
141- < IconButton sx = { { bgcolor : '#e1f2ff ' } } >
142+ < IconButton sx = { { bgcolor : '#eff9fd ' } } color = "inherit" >
142143 < EmailOutlinedIcon fontSize = "small" />
143144 </ IconButton >
144- < IconButton sx = { { bgcolor : '#e1f2ff ' } } >
145+ < IconButton sx = { { bgcolor : '#eff9fd ' } } color = "inherit" >
145146 < MoreHorizIcon fontSize = "small" />
146147 </ IconButton >
147148 </ Box >
@@ -163,9 +164,9 @@ export const Complex = () => {
163164 >
164165 < PhoneOutlinedIcon
165166 fontSize = "small"
166- sx = { { color : 'text.disabled ' } }
167+ sx = { { color : 'text.secondary ' } }
167168 />
168- < Typography color = "text.disabled " >
169+ < Typography color = "text.secondary " >
169170 Phone
170171 </ Typography >
171172 </ Box >
@@ -195,9 +196,9 @@ export const Complex = () => {
195196 >
196197 < EmailOutlinedIcon
197198 fontSize = "small"
198- sx = { { color : 'text.disabled ' } }
199+ sx = { { color : 'text.secondary ' } }
199200 />
200- < Typography color = "text.disabled " >
201+ < Typography color = "text.secondary " >
201202 Email
202203 </ Typography >
203204 </ Box >
@@ -227,9 +228,9 @@ export const Complex = () => {
227228 >
228229 < LocalOfferOutlinedIcon
229230 fontSize = "small"
230- sx = { { color : 'text.disabled ' } }
231+ sx = { { color : 'text.secondary ' } }
231232 />
232- < Typography color = "text.disabled " >
233+ < Typography color = "text.secondary " >
233234 Lead Status
234235 </ Typography >
235236 </ Box >
@@ -277,6 +278,7 @@ export const Complex = () => {
277278 size = "small"
278279 variant = "outlined"
279280 source = "name"
281+ color = "success"
280282 />
281283 }
282284 sx = { {
@@ -304,9 +306,9 @@ export const Complex = () => {
304306 >
305307 < VisibilityOutlinedIcon
306308 fontSize = "small"
307- sx = { { color : 'text.disabled ' } }
309+ sx = { { color : 'text.secondary ' } }
308310 />
309- < Typography color = "text.disabled " >
311+ < Typography color = "text.secondary " >
310312 Access
311313 </ Typography >
312314 </ Box >
0 commit comments