T
TanStack5w ago
eastern-cyan

Edit body class

Hello, how can I edit the class names of the body? I am using Tauri to make an application with tan stack router and whenever I specifically denote the html and body tags in the root router layout. Everything breaks if clicking on an input.
2 Replies
eastern-cyan
eastern-cyanOP5w ago
This is causing issues for me as I need to apply styling to the body but unable to do so
conscious-sapphire
conscious-sapphire5w ago
There should be index.html , you just add the className directly in there

Did you find this page helpful?