updated padding across cards and forms
This commit is contained in:
@@ -10,9 +10,9 @@ const SessionCard = () => {
|
||||
};
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<Card className="p-4">
|
||||
<CardHeader title="Session" />
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex flex-col gap-4 px-2">
|
||||
<button
|
||||
className="bg-[#26B170] text-white px-4 py-2 rounded hover:bg-green-700 transition w-full"
|
||||
onClick={handleStartClick}
|
||||
|
||||
Reference in New Issue
Block a user