Skip to content

Commit

Permalink
CSS: px removed
Browse files Browse the repository at this point in the history
  • Loading branch information
daejlee committed Oct 1, 2024
1 parent 9304857 commit f55d0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function Groups({ groups }: { groups: Group[] }) {
</div>
)}
<GroupSettingModal curGroup={group} />
<AccordionTrigger className="text-l p-2 px-6 text-darkblue md:p-4 md:text-2xl">
<AccordionTrigger className="text-l p-2 text-darkblue md:p-4 md:text-2xl">
<span className="flex flex-row items-center justify-start gap-6">
{group.groupName}
<p className="text-xl md:text-2xl">
Expand Down

0 comments on commit f55d0c1

Please sign in to comment.