Button colors created in Ionic Creator do not stay in the project as in mockup

0

I created a layout using Ionic Creator, I exported but button colors and other elements created (in Ionic version 3) are ALL blue.

Here is an example code:

<div id="wellFit-button-bar1" class="button-bar">            
                <a href-inappbrowser="page2" id="wellFit-button12" class="ion-button button-stable button-block icon ion-android-person"></a>
                <a ui-sref="menu.workoutDoDia()" id="wellFit-button13" class="button button-stable button-block icon ion-android-contract"></a>
                <a ui-sref="menu.ranks()" id="wellFit-button9" class="button button-stable button-block icon ion-fireball"></a>
                <a ui-sref="menu.movimentos()" id="wellFit-button14" class="button button-stable button-block icon ion-lock-combination"></a>
                <a ui-sref="menu.mais()" id="wellFit-button16" class="button button-stable button-block icon ion-android-menu"></a>            
        </div>

Note that the buttons in the code are stable but they are ALL in blue.

How do I fix this?

    
asked by anonymous 05.02.2018 / 19:09

1 answer

0

The Ionic Creator for version 3 is still in the testing phase and takes a lot of Ionic 1 and a little bit of 3. You need to get the documentation and go fix the code.

    
07.02.2018 / 14:38