We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb934c commit 60047abCopy full SHA for 60047ab
app/dashboard/problems/page.tsx
@@ -93,7 +93,7 @@ export default function Home() {
93
}, [difficulty, tagSearch, page, limit]);
94
95
return (
96
- <div className="px-4 py-2 shadow-lg rounded-lg">
+ <div className="px-4 py-2 shadow-lg rounded-lg bg-neutral-900 border">
97
<div className="flex justify-stretch">
98
<div className="gap-2">
99
</div>
0 commit comments