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-cyanOP•5w ago
This is causing issues for me
as I need to apply styling to the body but unable to do so
conscious-sapphire•5w ago
There should be
index.html
, you just add the className
directly in there