Added Bookmark & Fixed BG Color

This commit is contained in:
Manik Maity
2024-11-05 23:50:55 +05:30
parent aeb98553d5
commit 0a6faad13e
5 changed files with 64 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ function Dashboard() {
];
return (
<div className="flex flex-col lg:flex-row min-h-screen">
<div className="flex flex-col lg:flex-row min-h-screen bg-base-200">
{showPollAddForm && (
<div className="fixed inset-0 bg-gray-800 bg-opacity-75 flex items-center justify-center z-50">
{/* Poll Add Form Component would go here */}
@@ -21,7 +21,7 @@ function Dashboard() {
)}
{/* User Profile Sidebar */}
<aside className="w-full lg:w-1/4 bg-slate-800 rounded-md mx-4 bg-opacity-50 shadow-lg p-4 flex flex-col items-center">
<aside className="w-full lg:w-1/4 bg-slate-800 rounded-md m-4 bg-opacity-50 shadow-lg p-4 flex flex-col items-center">
<img
src="https://via.placeholder.com/150" // Replace with actual path
alt="User Profile"