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">
TL;DR
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.I think its working, the dark text becomes white, but the background remains white👀
You might want to apply the class to the HTML tag
Or body
works thanks
Recommended threads
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...
- Broken Typeform Link for Appwrite Heroes...
I was trying to apply for the Appwrite Heroes program because I am planning to host a meetup for my local developer community on backend architecture using Appw...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...