Skip to content

Commit c0552f0

Browse files
[WEB-5788] fix: board layout group by icon #8426
1 parent dbf84bf commit c0552f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/web/core/components/issues/issue-layouts/kanban/headers/group-by-card.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { FC } from "react";
21
import React from "react";
32
import { observer } from "mobx-react";
43
import { useParams } from "next/navigation";
@@ -112,7 +111,7 @@ export const HeaderGroupByCard = observer(function HeaderGroupByCard(props: IHea
112111
verticalAlignPosition ? `w-[44px] flex-col items-center` : `w-full flex-row items-center`
113112
}`}
114113
>
115-
<div className="flex h-4 w-4 flex-shrink-0 items-center justify-center overflow-hidden rounded-xs">
114+
<div className="flex size-5 flex-shrink-0 items-center justify-center overflow-hidden rounded-xs">
116115
{icon ? icon : <Circle width={14} strokeWidth={2} />}
117116
</div>
118117

0 commit comments

Comments
 (0)