Hello
Some styles don't change even if it defined in module.css or even it defined in Component.
This is my code:
`<Section
style={{color:"red", fontFamily:"cursive"}}
header="Tooltip sectionss">
<Banner
header="Tooltip on button"
subheader="Press the button to show the tooltip"
className={styles.container}
Hello Some styles don't change even if it defined in module.css or even it defined in Component. This is my code: `<Section style={{color:"red", fontFamily:"cursive"}} header="Tooltip sectionss"> <Banner header="Tooltip on button" subheader="Press the button to show the tooltip" className={styles.container}
The color changes to red but font-family doesnt change.