is it possible to export or somehow use the same exact background colors as figma? i did export the image and used as bacground but somehow it doesn't look same, second picture is what i got after export image. @Cristian Florea
@Cristian Florea i did implement lazy state for local storage currency as you recommend, this is okay, but later at the end i get this hydration error, server rendered HTML and client rendered mismatch, i used mount guard to fix the error in currency dropdown, but again when i push the code i get another cascading error saying i am calling state immediately like below error Error: Calling setState synchronously within an effect can trigger cascading renders, i can't get to work, therefore i am going back and forth for this local storage , please have a look, thanks https://github.com/SherpaMilan/cryptoApp/pull/9
@Adelin Rosca sure will do that. I found out i am calling Api from client server and causing cors issue , i am working on it to move to route.. and see how it goes