Skip to content

Commit

Permalink
fix: remove class dark from inertia layout edge messing up the site
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspalma committed Feb 5, 2025
1 parent baa130f commit e2e5ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/inertia/pages/tickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export default function SelectTicketsPage(props: InferPageProps<TicketsControlle
return (
<Page title="Tickets" className="bg-enei-blue">
<div className="container mx-auto p-4 flex flex-col items-center m-20">
<h1 className="text-3xl font-bold text-center mb-6">Seleciona o teu bilhete</h1>
<p className="text-center mb-8">
<h1 className="text-3xl font-bold text-center text-white mb-6">Seleciona o teu bilhete</h1>
<p className="text-center text-white mb-8">
Seleciona o teu bilhete e clica em comprar para continuar.
</p>

Expand Down
2 changes: 1 addition & 1 deletion website/resources/views/inertia_layout.edge
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="dark">
<html>

<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit e2e5ed6

Please sign in to comment.