Ionic customize existing UI components

How should I go about trying to customize an existing UI component beyond the scope of its provided SASS variables?

For example, I would like customize the borders of ion-navbar and make the design flat for both iOS and Android. There’s the possibility of creating a component from scratch, but I was wondering if it’s possible to just customize existing the ion-navbar beyond the scope of tweaking its SASS variables.