fix(app): preserve tabs layout marker
This commit is contained in:
parent
946facb45b
commit
8f66389ad5
3 changed files with 6 additions and 6 deletions
|
|
@ -193,6 +193,7 @@ function QueryProvider(props: ParentProps) {
|
|||
function BodyDesignClass() {
|
||||
createRenderEffect(() => {
|
||||
if (typeof document === "undefined") return
|
||||
document.body.toggleAttribute("data-new-layout", true)
|
||||
document.body.classList.remove("text-12-regular")
|
||||
document.body.classList.add("font-(family-name:--font-family-text)", "text-[13px]", "font-[440]")
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue