Icon: Fix default icon color mismatch with default fill color (#46602)
This commit is contained in:
@@ -18,6 +18,9 @@ export const defaultPanelOptions: PanelOptions = {
|
||||
mode: ResourceDimensionMode.Fixed,
|
||||
fixed: 'img/icons/unicons/analysis.svg',
|
||||
},
|
||||
fill: {
|
||||
fixed: 'green'
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user