Overriding Ionic Sass Variables
There are many variables you can override with Ionic. Any of the following variables can be overridden from your src/theme/variables.scss file, just add a new value to the file:
$text-color: #000099;
$colors(
...
)
| Variable Name : | Default Value | Declared In |
|---|