-
Notifications
You must be signed in to change notification settings - Fork 11
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
Remove custom shadow colors #723
Conversation
Maybe double check all uses of shadow, how was this before? A bit of shadow could be nice. Check with @jordythevulder? |
I will check it with @jordythevulder the issue with the shadow is that the colors we used are to dark. I have updated the colors to lighter variants in the color palette. |
|
…core into feature/minicart-without-shadow
We're removing the shadow colors as they're not changed that often. The problem with this implementation was that there wasn't a opacity defined, resulting in ugly big shadows. We do have a Tailwind play "playground" here: https://play.tailwindcss.com/lyreLA2s54?file=config. If you do need to change the shadow; we recommend to change the whole box shadows, not the shadow colors as this isn't a separated thing in CSS. If you just need to change some shadow colors; use the default Tailwind utilities. |
Removed the shadow from the minicart as it looks a bit strange together with the border.
Before:

After:
