added delete functionality and updated button styles
This commit is contained in:
@@ -13,7 +13,7 @@ const SessionCard = () => {
|
||||
<CardHeader title="Session" />
|
||||
<div className="flex flex-col gap-4">
|
||||
<button
|
||||
className="bg-[#26B170] text-white px-4 py-2 rounded hover:bg-green-700 transition w-full max-w-md"
|
||||
className="bg-[#26B170] text-white px-4 py-2 rounded hover:bg-green-700 transition w-full"
|
||||
onClick={() => {
|
||||
play();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user