feat: styled create status button and header

This commit is contained in:
2025-08-13 10:51:02 +04:00
parent 838c9640a1
commit f2bba7e469
4 changed files with 15 additions and 11 deletions

View File

@ -86,7 +86,7 @@ const Funnel: FC = () => {
<Group
align={"start"}
wrap={"nowrap"}
gap={"sm"}>
gap={0}>
{renderFunnelDnd()}
</Group>
</ScrollArea>