mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Icon: Fix default icon color mismatch with default fill color (#46602)
This commit is contained in:
parent
736820f975
commit
7589b83c5b
@ -18,6 +18,9 @@ export const defaultPanelOptions: PanelOptions = {
|
|||||||
mode: ResourceDimensionMode.Fixed,
|
mode: ResourceDimensionMode.Fixed,
|
||||||
fixed: 'img/icons/unicons/analysis.svg',
|
fixed: 'img/icons/unicons/analysis.svg',
|
||||||
},
|
},
|
||||||
|
fill: {
|
||||||
|
fixed: 'green'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user