Icon: Fix default icon color mismatch with default fill color (#46602)

This commit is contained in:
Nathan Marrs
2022-03-17 14:52:32 -07:00
committed by GitHub
parent 736820f975
commit 7589b83c5b

View File

@@ -18,6 +18,9 @@ export const defaultPanelOptions: PanelOptions = {
mode: ResourceDimensionMode.Fixed,
fixed: 'img/icons/unicons/analysis.svg',
},
fill: {
fixed: 'green'
}
},
},
};