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

[Snackbar] Request for better styling #6835

Closed
m4r1vs opened this issue May 10, 2017 · 1 comment
Closed

[Snackbar] Request for better styling #6835

m4r1vs opened this issue May 10, 2017 · 1 comment
Labels
component: snackbar This is the name of the generic UI component, not the React module! new feature New feature or request

Comments

@m4r1vs
Copy link

m4r1vs commented May 10, 2017

I think the snackbar in material-ui is kinda ugly on the desktop and I would prefer the other recommended way of doing it by Google in their Material Guidelines (they actually only use this one in their prducts: Inbox, Drive, etc...):
image
I just think this looks much better than the pther one :)

@scrambled2k3
Copy link

I was able to achieve something similar to this by passing this to the 'style' attribute for Snackbar

style={{
    marginBottom: '20px',
    transform: showSnackbar ? 'translate(-50%, 0)' : 'translate(-50%, 68px)'
}}

@oliviertassinari oliviertassinari changed the title request for better styling: Snackbar [Snackbar] Request for better styling May 21, 2017
@oliviertassinari oliviertassinari added the component: snackbar This is the name of the generic UI component, not the React module! label May 21, 2017
@oliviertassinari oliviertassinari added the new feature New feature or request label Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: snackbar This is the name of the generic UI component, not the React module! new feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants