Overriding Ionic Sass Variables

Improve this doc

There are many variables you can override with Ionic. Any of the following variables can be overridden from your app/theme/app.variables.scss file, just add a new value to the file:

$text-color: #000099;

$colors(
  ...
)

Variable Name Default Value Declared In

API

Native

General