change theme

This commit is contained in:
Ruidy 2025-01-05 01:10:41 +01:00
parent 04d9e8c284
commit 9f0b6e71cb
No known key found for this signature in database
GPG key ID: E00F51288CB857CC
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ const appName = "🏨 RentEase"
templ BaseLayout() {
<!DOCTYPE html>
<html lang="en" data-theme="dim">
<html lang="en" data-theme="business">
@head()
<body hx-boost="true" style="display: flex; flex-direction: column; min-height: 100vh;">
@navbar()

View file

@ -31,7 +31,7 @@ func BaseLayout() templ.Component {
templ_7745c5c3_Var1 = templ.NopComponent
}
ctx = templ.ClearChildren(ctx)
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<!doctype html><html lang=\"en\" data-theme=\"dim\">")
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<!doctype html><html lang=\"en\" data-theme=\"business\">")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}