diff --git a/packages/widgets/src/notebook/notebook.tsx b/packages/widgets/src/notebook/notebook.tsx index 295227201..8ebf83e99 100644 --- a/packages/widgets/src/notebook/notebook.tsx +++ b/packages/widgets/src/notebook/notebook.tsx @@ -3,6 +3,7 @@ import { useCallback, useEffect, useState } from "react"; import { ActionIcon, + Box, Button, ColorPicker, ColorSwatch, @@ -65,12 +66,12 @@ import type { TablerIcon } from "@homarr/ui"; import type { WidgetComponentProps } from "../definition"; const iconProps = { - size: "1.25rem", + size: "5cqmin", stroke: 1.5, }; const controlIconProps = { - size: "1rem", + size: "5cqmin", stroke: 1.5, }; @@ -232,7 +233,7 @@ export function Notebook({ options, isEditMode, boardId, itemId }: WidgetCompone }, [setIsEditing, handleEditToggleCallback]); return ( - <> + )} - + ); }