AEM forms basic theme overriding other parts of site
When i include a form on a page its button:not() theme.css is overriding styles defined by classes on other button components on the page
theme.css
button:not(.af-icon-button)input[type='button']{
//styles here
}
custom.css
.xyz{
}
What should i do to get the style on button class xyz
Thanks
Hina