refactor: removed constant sizes
This commit is contained in:
@ -22,7 +22,7 @@ const ProjectBoardsEditorDrawer: FC = () => {
|
||||
|
||||
const renderDraggable = () => (
|
||||
<Box p={"xs"}>
|
||||
<IconGripVertical size={22} />
|
||||
<IconGripVertical />
|
||||
</Box>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user