sadanandpai / frontend-mini-challenges

Collection of frontend challenges for learning and interviews
https://sadanandpai.github.io/frontend-mini-challenges/
MIT License
2.01k stars 493 forks source link

Issues with dark mode #420

Closed harireddy7 closed 7 months ago

harireddy7 commented 7 months ago

Framework/code-stack

React

Scope

Core application

Description

  1. Unable to preserve dark mode between refresh
  2. Select input options are not visible properly in dark mode

https://github.com/sadanandpai/frontend-mini-challenges/assets/44774504/02c191a0-f282-4605-8c61-409030ed8272

Expected behaviour

  1. Should be able to preserve dark/light modes between refresh
  2. Select input options should be visible properly in both modes

Suggested Solutions

  1. Use local storage to preserve the selected mode
  2. Update styles of Select options based on selected mode

Additional Context

No response

SachinMS4 commented 7 months ago

@sadanandpai I can work on this, please assign to me.