Hi Gareth,
If you are adding your own custom SVG icons these are the steps:
export const myCustomIcon = {
container: {
backgroundColor: "transparant",
},
image: {
fill: darkMode ? "#fff" : "#333" //Place your desired HEX codes here
}
}
Good luck!
-- EDIT – If you are using default Mendix icons, you can skip step 1 and 2 as these al already colorless.
This is how I’m using the glyphicon;