Hello,
Is it possible to set background color for the "Feature info" widget?
I edited the style.ts file for my custom theme like this:
import { css } from 'jimu-core';
const customGlobalStyles = (props) => {
return css`
.esri-feature__size-container {
background-color:transparent;
}
`;
}
export { customGlobalStyles as Global};
But it does not work. See below :
