@edu-tosel/design 1.0.283 → 1.0.284
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/layout/design/Row.design/index.js +1 -1
- package/package.json +1 -1
- package/version.txt +1 -1
|
@@ -22,7 +22,7 @@ export default function RowDesign({ item, stateAction, dataField, option, onClic
|
|
|
22
22
|
className,
|
|
23
23
|
};
|
|
24
24
|
const flagBox = {
|
|
25
|
-
positions: "absolute left-
|
|
25
|
+
positions: "absolute left-2",
|
|
26
26
|
backgrounds: dot && ColorSet[dot],
|
|
27
27
|
sizes: "w-2 h-2",
|
|
28
28
|
styles: "rounded-full",
|
package/package.json
CHANGED
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.284
|