framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.04k stars 3.23k forks source link

Button outline not using color #4169

Closed jacobg closed 1 year ago

jacobg commented 1 year ago

Describe the bug

Create a button with outline and green color:

<f7-button outline large raised color="green" @click="createAccount">
   Create Account
</f7-button>

Expected behavior

The button text and outline should both be green.

Actual Behavior

The button text is green, but the outline is blue.

Screenshots

Screenshot 2023-05-02 at 7 26 07 AM