We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2afdb9 commit cd0cea9Copy full SHA for cd0cea9
resources/js/Pages/Post/ShowPost.jsx
@@ -89,7 +89,7 @@ export default function ShowPost({ auth, post }) {
89
}
90
91
return (
92
- <div className="bg-gray-800 min-h-screen text-gray-200 p-6">
+ <div className="bg-gray-900 min-h-screen text-gray-200 p-6">
93
<Navbar auth={auth} />
94
{content}
95
</div>
0 commit comments