Skip to content

Commit

Permalink
fix: contributor insight card orange dot no longer squished (#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Aug 12, 2024
1 parent 350b91f commit 01cb265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/ListCard/list-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ListCard = ({ list, handleOnDeleteClick, workspaceId, user }: ListCardProp
<div className="flex flex-col items-start w-full gap-4 px-4 py-6 bg-white rounded-lg md:items-center md:justify-between md:flex-row lg:px-8 lg:gap-2">
<div className="flex flex-col flex-1 gap-4 lg:gap-6">
<div className="flex items-center gap-4 lg:items-center ">
<div className="w-4 h-4 rounded-full bg-light-orange-10"></div>
<div className="w-4 h-4 rounded-full bg-light-orange-10 shrink-0"></div>
<div className="flex justify-between text-xl text-light-slate-12">
<Link
href={
Expand Down

0 comments on commit 01cb265

Please sign in to comment.