Skip to content

Commit 60047ab

Browse files
style: enhance problem page styling with background color and border
1 parent cfb934c commit 60047ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dashboard/problems/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default function Home() {
9393
}, [difficulty, tagSearch, page, limit]);
9494

9595
return (
96-
<div className="px-4 py-2 shadow-lg rounded-lg">
96+
<div className="px-4 py-2 shadow-lg rounded-lg bg-neutral-900 border">
9797
<div className="flex justify-stretch">
9898
<div className="gap-2">
9999
</div>

0 commit comments

Comments
 (0)