How to change the color of objects like , its always 'teal'. IOS color/design is good but for android I want to have a different color.
Note: Onsen UI 2.0
How to change the color of objects like , its always 'teal'. IOS color/design is good but for android I want to have a different color.
Note: Onsen UI 2.0
There are two ways:
stylus
files from the onsen-ui
npm package, edit the colour variables in one of the theme files and compile it using a stylus compiler, e.g. https://www.npmjs.com/package/stylusYou can also add custom CSS definitions that override the colours of components, but in that way you cannot change the primary colour throughout the whole application.