chore: cycle list page improvement (#4195)

This commit is contained in:
Anmol Singh Bhatia 2024-04-15 19:49:16 +05:30 committed by GitHub
parent f4c528f535
commit 77b323f562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ export const CyclesList: FC<ICyclesList> = observer((props) => {
isArchived={isArchived}
/>
{completedCycleIds.length !== 0 && (
<Disclosure as="div" className="pt-8 pl-3 space-y-4">
<Disclosure as="div" className="py-8 pl-3 space-y-4">
<Disclosure.Button className="bg-custom-background-80 font-semibold text-sm py-1 px-2 rounded ml-5 flex items-center gap-1">
{({ open }) => (
<>