refactor: removed constant sizes

This commit is contained in:
2025-08-14 12:15:09 +04:00
parent b6cec9a308
commit 255a39e2bb
14 changed files with 109 additions and 121 deletions

View File

@ -22,7 +22,7 @@ const BoardStatusesEditorDrawer: FC = () => {
const renderDraggable = () => (
<Box p={"xs"}>
<IconGripVertical size={22} />
<IconGripVertical />
</Box>
);

View File

@ -37,7 +37,6 @@ const StatusMobile: FC<Props> = ({ status }) => {
<BoardMenu
board={status}
startEditing={startEditing}
menuIconSize={22}
/>
</Group>
);