Skip to content

Commit 494919a

Browse files
committed
make table like contest (add shadow)
1 parent 9d093c6 commit 494919a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/problems/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function ProblemsPage() {
5353
};
5454

5555
return (
56-
<div className='min-h-screen bg-gray-50'>
56+
<div className='min-h-screen bg-gradient-to-br from-gray-50 to-gray-100'>
5757
<ActionBar />
5858
{/* Main Content */}
5959
<div className='container px-4 py-6 mx-auto'>
@@ -85,7 +85,7 @@ export default function ProblemsPage() {
8585
</div>
8686

8787
{/* Problems Table */}
88-
<div className='bg-white rounded-lg border shadow-sm overflow-hidden'>
88+
<div className='bg-white rounded-2xl border border-gray-200/60 shadow-xl shadow-gray-900/5 overflow-hidden'>
8989
<div className='overflow-x-auto'>
9090
<table className='w-full'>
9191
<thead className='bg-gray-50 border-b'>

0 commit comments

Comments
 (0)