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

Add background color prop on FAB #33

Open
NonameSLdev opened this issue Jul 8, 2017 · 0 comments
Open

Add background color prop on FAB #33

NonameSLdev opened this issue Jul 8, 2017 · 0 comments

Comments

@NonameSLdev
Copy link

NonameSLdev commented Jul 8, 2017

Add background color prop on the floating action button.
I made a functional component for this:

function ColoredFab(props) {
    return (
        <Fab style={{backgroundColor: props.color}} {...props}/>
    );
}

But it would be nice to see this implemented.

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

1 participant