Submitted almost 2 years ago
Social Media Dashboard with Theme Switcher (HTML,CSS & JS)
@EseAlli
Design comparison
SolutionDesign
Solution retrospective
I would love some feedback on my solution. Thanks
Community feedback
- @Dany-GitHubPosted almost 2 years ago
Well Done doing this challenge 🤩 there is a small issue with the toggle button for dark and light mode I saw js file and figured out where is the problem is coming from you started with
mode = 'dark'
but the first case the mode is light mode not dark mode I suggest to change the mode variable to light at first then it should work fine. and another issue for mobile screen, there is no gaps between sections in the overview today part I suggest to use flex box to add gap between them. Happy coding and have a great day✌0
Please log in to post a comment
Log in with GitHubJoin 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