mitsy0_0Original post
Rank 2: Process
I am trying to use pink design's dark mode in my react app, but its not working
I followed these steps:
-
npm install "@appwrite.io/pink" -
Added this at top of my js file
import "@appwrite.io/pink";
import "@appwrite.io/pink-icons"; -
added dark mode code
<div className="theme-dark">
Summary
The user is trying to use the pink design's dark mode in their React app, but the background remains white. They have followed the steps of installing the "@appwrite.io/pink" package and importing it in their JS file. The possible solution suggested is to apply the class to the HTML tag or to the body tag.