Skip to content

Commit cd0cea9

Browse files
💄feat(page): change showpost bg color
1 parent f2afdb9 commit cd0cea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/Post/ShowPost.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default function ShowPost({ auth, post }) {
8989
}
9090

9191
return (
92-
<div className="bg-gray-800 min-h-screen text-gray-200 p-6">
92+
<div className="bg-gray-900 min-h-screen text-gray-200 p-6">
9393
<Navbar auth={auth} />
9494
{content}
9595
</div>

0 commit comments

Comments
 (0)