We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d6b8b commit 41f72a7Copy full SHA for 41f72a7
static/app/views/insights/browser/resources/components/tables/resourceTable.tsx
@@ -245,7 +245,7 @@ function ResourceIcon(props: {fileExtension: string; spanOp: string}) {
245
return <PlatformIcon platform="font" />;
246
}
247
if (spanOp === ResourceSpanOps.IMAGE || IMAGE_FILE_EXTENSIONS.includes(fileExtension)) {
248
- return <IconImage color="black" legacySize="20px" />;
+ return <IconImage legacySize="20px" />;
249
250
return <PlatformIcon platform="unknown" />;
251
0 commit comments