Actually I am making a website using html, css, and normal javascript. I am trying to use google material components using the CDN way. I have perfectly imported a outlined text input field in my website. But now the problem is I want to change the outline color of the component. but I can't be able to change it from sass by using classname. I have tried a lot to find out a solution but unabled.
Please show me a way how can I change the attributes of the meterial elements.heres my html part... html code and here's the output... output and link to the website - https://material.io/components/text-fields/web#outlined-text
I just want to make the outlines white.