Skip to content

Commit

Permalink
Update user page styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkrider0007 committed Nov 21, 2023
1 parent 9e4bef6 commit dc69d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/user/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function Page({ params }: any) {
return (

<div className="min-h-screen w-full bg-bg_dark_primary flex justify-center items-center text-[#fefefe]">
<div className="max-w-[410px] h-screen w-full bg-bg_dark_secondary shadow-lg p-6">
<div className="max-w-[410px] h-screen w-full bg-bg_dark_secondary shadow-lg shadow-gray-700 p-6">
<div className='flex justify-center flex-col items-center mt-10'>
<h1 className='flex justify-center items-center text-4xl font-bold mb-6'>User Information</h1>
{(userDatabase as any).User_Avatar ?
Expand Down

0 comments on commit dc69d76

Please sign in to comment.