Colors of buttons created in Ionic Creator do not stay in the project as in mockup

Asked

Viewed 180 times

0

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

Follow 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 to fix this?

  • 1

    it exports some css?

  • Exports only the SRC folder with the layout files, but the CSS comes blank, both from the screens and the app.scss

1 answer

0


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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.