Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action sheet icons not well rendered #475

Closed
davidnathanael opened this issue Mar 21, 2017 · 2 comments
Closed

Action sheet icons not well rendered #475

davidnathanael opened this issue Mar 21, 2017 · 2 comments

Comments

@davidnathanael
Copy link

Software version

Quasar: 0.13.4
Browsers: Chrome 56.0.2924.87

Action Sheet component doesn't render some icons correctly

ActionSheet.create({
    title: 'Saisie',
    actions: [
    {
        label: 'Supprimer',
        icon: 'delete',
        handler: this.handleSupprimer
    },
    {
        label: 'Modifier',
        icon: 'mode-edit',
        handler: this.handleEdit
    }
    ]
})

capture d ecran 2017-03-21 a 16 36 23

I found out that this bug occurs on icons with a composed name. I might be wrong though

@rstoenescu
Copy link
Member

Hi, use "underscore" character as stated in the Material Icons documentation website. Examples: mode_edit, card_travel.

@davidnathanael
Copy link
Author

Thanks, worked fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants