T
TanStack3mo ago
stormy-gold

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
stormy-gold
stormy-goldOP3mo ago
This is causing issues for me as I need to apply styling to the body but unable to do so
harsh-harlequin
harsh-harlequin3mo ago
There should be index.html , you just add the className directly in there

Did you find this page helpful?