diff --git a/components/annotation-canvas.tsx b/components/annotation-canvas.tsx index 6ee3cd6..508f033 100644 --- a/components/annotation-canvas.tsx +++ b/components/annotation-canvas.tsx @@ -207,41 +207,47 @@ export const AnnotationCanvas = forwardRef {/* Toolbar */} -
+
{/* Colors */} - {COLORS.map(c => ( -
-
+
{/* Brush size */} - - {width} - +
+ + {width} + +
-
+
{/* Actions */} - - +
+ + +
);