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
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...