We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf84bf commit c0552f0Copy full SHA for c0552f0
apps/web/core/components/issues/issue-layouts/kanban/headers/group-by-card.tsx
@@ -1,4 +1,3 @@
1
-import type { FC } from "react";
2
import React from "react";
3
import { observer } from "mobx-react";
4
import { useParams } from "next/navigation";
@@ -112,7 +111,7 @@ export const HeaderGroupByCard = observer(function HeaderGroupByCard(props: IHea
112
111
verticalAlignPosition ? `w-[44px] flex-col items-center` : `w-full flex-row items-center`
113
}`}
114
>
115
- <div className="flex h-4 w-4 flex-shrink-0 items-center justify-center overflow-hidden rounded-xs">
+ <div className="flex size-5 flex-shrink-0 items-center justify-center overflow-hidden rounded-xs">
116
{icon ? icon : <Circle width={14} strokeWidth={2} />}
117
</div>
118
0 commit comments