My custom rounded button is causing issues with my CSS due to conflicting rules with Ionic's default styles.
The .button
class I created is being overridden by Ionic's .button
class.
I have attempted renaming my custom class without success. The only way to use my button is to not include the Ionic.css file, but then other elements are affected.
My button is nested within elements that require Ionic CSS, so I need a solution where I can exclude specific HTML tags from Ionic's styling without modifying the Ionic.css file directly.