Hi,
I am trying to change the positive color but dont want to use sass, how can I do this? I tried editing the ionic.app.scss file like so
$positive:#106CA4 !default;
// The path for our ionicons font files, relative to the built CSS in www/css
$ionicons-font-path: “…/lib/ionic/fonts” !default;
// Include all of Ionic
@import “www/lib/ionic/scss/ionic”;
But it didn’t work.
Thanks for the help