-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fix: Determine Card boxShadow based on colorMode #2846
Conversation
there's alot of unintended changes on this branch - not sure why the compiled types are being picked up by git. i'm looking into it now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocking this for now while i figure out the unintended changes
woah! I don't think the vscode setting.json would do it but I'll remove that change just in case |
It added these three directories:
Should I just try a new branch with the single file changes? |
📬Published Alpha Packages:@codecademy/[email protected] |
🚀 Styleguide deploy preview ready! |
@dreamwasp trying again here #2846 |
Overview
Cards on top of dark backgrounds with a boxShadow were not displaying well on dark backgrounds, because the shadow was always dark. This fixes that.
Screen.Recording.2024-03-15.at.12.11.03.PM.mov
PR Checklist
Testing Instructions
Will have to do QA on various cards throughout :(
PR Links and Envs