From b954a2b46fe26b943db81e33271cddb2d9820391 Mon Sep 17 00:00:00 2001 From: 1ilit Date: Tue, 19 Sep 2023 15:49:02 +0300 Subject: [PATCH] remove floof --- src/components/shape.jsx | 62 ++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 40 deletions(-) diff --git a/src/components/shape.jsx b/src/components/shape.jsx index 7beaf68..ded8df6 100644 --- a/src/components/shape.jsx +++ b/src/components/shape.jsx @@ -16,47 +16,29 @@ function Table() { ref={drag} className={`${ isDragging ? "opacity-50" : "" - } cursor-move w-[150px] h-[72px]`} + } cursor-move w-[136px] h-[72px] border border-gray-400 rounded-md text-xs border-collapse bg-gray-100`} > - - -
-
-
- Table -
-
-
-
-
id
-
-
UUID
-
-
-
-
-
name
-
-
VARCHAR
-
-
- - +
+
+ Table +
+
+
+
+
id
+
+
UUID
+
+
+
+
+
name
+
+
VARCHAR
+
); }