diff --git a/src/components/shape.jsx b/src/components/shape.jsx index dade724..52beca0 100644 --- a/src/components/shape.jsx +++ b/src/components/shape.jsx @@ -14,12 +14,48 @@ export default function Shape() { ref={drag} style={{ opacity: isDragging ? 0.5 : 1, - fontSize: 25, - fontWeight: "bold", cursor: "move", + width: "150px", + height: "65px", }} > - rect + + +
+
Table
+
+
+
+
id
+
+
+ UUID +
+
+
+
+
+
name
+
+
+ VARCHAR +
+
+
+ +
); }