@@ -159,17 +159,17 @@ const SistentChip = () => {
159159 </ p >
160160 < Row $Hcenter className = "image-container" >
161161 < SistentThemeProvider initialMode = { isDark ? "dark" : "light" } >
162- < Chip
163- label = "Design"
164- variant = "outlined"
165- icon = { < DesignIcon style = { { marginLeft : ' 8px' , marginRight : ' 8px' } } /> }
166- style = { { paddingLeft : ' 4px' , margin : ' 0 8px' } }
162+ < Chip
163+ label = "Design"
164+ variant = "outlined"
165+ icon = { < DesignIcon style = { { marginLeft : " 8px" , marginRight : " 8px" } } /> }
166+ style = { { paddingLeft : " 4px" , margin : " 0 8px" } }
167167 />
168- < Chip
169- label = "WASM"
170- variant = "outlined"
171- icon = { < MesheryFilterIcon style = { { marginLeft : ' 8px' , marginRight : ' 8px' , width :' 16px' , height :' 16px' } } /> }
172- style = { { paddingLeft : ' 4px' , margin : ' 0 8px' } }
168+ < Chip
169+ label = "WASM"
170+ variant = "outlined"
171+ icon = { < MesheryFilterIcon style = { { marginLeft : " 8px" , marginRight : " 8px" , width : " 16px" , height : " 16px" } } /> }
172+ style = { { paddingLeft : " 4px" , margin : " 0 8px" } }
173173 />
174174 </ SistentThemeProvider >
175175 </ Row >
@@ -182,12 +182,12 @@ const SistentChip = () => {
182182 </ p >
183183 < Row $Hcenter className = "image-container" >
184184 < SistentThemeProvider initialMode = { isDark ? "dark" : "light" } >
185- < Chip label = "Primary" color = "primary" style = { { margin : ' 0 5px' } } />
186- < Chip label = "Secondary" color = "secondary" style = { { margin : ' 0 5px' } } />
187- < Chip label = "Success" color = "success" style = { { margin : ' 0 5px' } } />
188- < Chip label = "Error" color = "error" style = { { margin : ' 0 5px' } } />
189- < Chip label = "Warning" color = "warning" style = { { margin : ' 0 5px' } } />
190- < Chip label = "Info" color = "info" style = { { margin : ' 0 5px' } } />
185+ < Chip label = "Primary" color = "primary" style = { { margin : " 0 5px" } } />
186+ < Chip label = "Secondary" color = "secondary" style = { { margin : " 0 5px" } } />
187+ < Chip label = "Success" color = "success" style = { { margin : " 0 5px" } } />
188+ < Chip label = "Error" color = "error" style = { { margin : " 0 5px" } } />
189+ < Chip label = "Warning" color = "warning" style = { { margin : " 0 5px" } } />
190+ < Chip label = "Info" color = "info" style = { { margin : " 0 5px" } } />
191191 </ SistentThemeProvider >
192192 </ Row >
193193 </ div >
0 commit comments