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
- 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...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...