Skip to content

Commit 6e47dc2

Browse files
committed
fix ui
1 parent d6aa8f2 commit 6e47dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/search.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="icon" type="image/x-icon" href="favicon.png">
1010
@vite(['resources/css/app.css', 'resources/js/app.js'])
1111
</head>
12-
<body>
12+
<body class="bg-gray-100 text-gray-900">
1313
@include('layout.header')
1414
<main class="container mx-auto w-5/6 max-w-4xl">
1515
@include('layout.search')

0 commit comments

Comments
 (0)