react-portfolio-template icon indicating copy to clipboard operation
react-portfolio-template copied to clipboard

Resume in dark theme is not readable.

Open Aakashbansal837 opened this issue 2 years ago • 3 comments

Steps to reproduce this issue.

  1. have the default system theme as dark.
  2. visit the website.
  3. click on Resume from the top navbar.
  4. The user is unable to read any data.

System Details System: Macbook Pro M2 OS. Version: Ventura 13.1

See the shared video for more details.

https://user-images.githubusercontent.com/30870405/214991710-901533c8-f3f5-40a9-8720-40e8d5f1969f.mov

Aakashbansal837 avatar Jan 27 '23 01:01 Aakashbansal837

same issue, even in the live demo, have you found a solution?

ramiro-e avatar Feb 28 '23 01:02 ramiro-e

I feel like it is because the item theme in localStorage, this bug will happen when the value is system I tried giving it a initial instead of system, but not working

Andy8647 avatar Mar 09 '23 02:03 Andy8647

It should be done when the page is loaded. This can be achieved by using "useEffect". setTheme to localStorage when loaded using "useEffect" hook.

RaviSolanki27 avatar Aug 23 '23 12:08 RaviSolanki27