wip(fs.dev): Troubleshooting SSR themeing issues
This commit is contained in:
parent
14187b0cf7
commit
1bc0b4985c
5 changed files with 50 additions and 33 deletions
|
@ -74,7 +74,7 @@ const DefaultLayout = ({ app, title=false, children=[]}) => {
|
|||
flex flex-col justify-between
|
||||
min-h-screen
|
||||
bg-base-100
|
||||
`} data-theme={app.theme}>
|
||||
`}>
|
||||
<Header app={app}/>
|
||||
<div className={`
|
||||
h-1 w-full theme-gradient ${app.loading ? 'loading' : ''}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue