We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d093c6 commit 494919aCopy full SHA for 494919a
src/app/problems/page.tsx
@@ -53,7 +53,7 @@ export default function ProblemsPage() {
53
};
54
55
return (
56
- <div className='min-h-screen bg-gray-50'>
+ <div className='min-h-screen bg-gradient-to-br from-gray-50 to-gray-100'>
57
<ActionBar />
58
{/* Main Content */}
59
<div className='container px-4 py-6 mx-auto'>
@@ -85,7 +85,7 @@ export default function ProblemsPage() {
85
</div>
86
87
{/* Problems Table */}
88
- <div className='bg-white rounded-lg border shadow-sm overflow-hidden'>
+ <div className='bg-white rounded-2xl border border-gray-200/60 shadow-xl shadow-gray-900/5 overflow-hidden'>
89
<div className='overflow-x-auto'>
90
<table className='w-full'>
91
<thead className='bg-gray-50 border-b'>
0 commit comments