Skip to content

Commit

Permalink
chore(theme): update raw's layout background color
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaraa committed Jun 12, 2024
1 parent 0598024 commit 45fa043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/raw.templ
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ templ Raw(title string, children ...templ.Component) {
</head>
<body
hx-ext="loading-states"
class={ "min-w-screen", "min-h-screen", "p-0", "m-0", "font-Ubuntu" }
class={ "min-w-screen", "min-h-screen", "p-0", "m-0", "font-Ubuntu", "bg-primary" }
>
<div id="main-contents" style="display: contents">
for _, child := range children {
Expand Down

0 comments on commit 45fa043

Please sign in to comment.