Extention manager

Solution retrospective
Maybe I would have added a popup window to warn about removing an extension or alternatively adding animation for when a extension card is being removed 😬.
BUT... I was 95% successful when it was needed to change the LOGO colors from dark mode to light mode and I was able to do that using the CSS "filter" methods.
this is the line that does the magic :
filter: 'hue-rotate(180deg) invert(1) saturate(350%)';
linking the Darkmode toggle state to the Styled-Components styled objects with a non comprehensive code error descriptions. took a-lot of effort but by trial and error and a decent documentation I followed through 💪.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Assaf's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord