Font/Style not applying only on Dialog, Sheet and Drawer #4449
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Hello everyone ! I just found a solution :
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue and the same configs, but they don't seem to work. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
`// frontend\tailwind.config.js /** @type {import('tailwindcss').Config} / what to do for my config.js file? i'm using js not ts |
Beta Was this translation helpful? Give feedback.
-
nice, you basically need to remove fontFamily from |
Beta Was this translation helpful? Give feedback.
-
I added like this on _document.tsx and css its working fine |
Beta Was this translation helpful? Give feedback.
Hello everyone !
I just found a solution :
I renamed my tailwind configuration from
tailwind.config.js
totailwind.config.ts
and edited the file like this :