= ( {
return (
| = ( {
const { checkboxSelection } = useTableContext();
return (
{ children }
diff --git a/src/theme/default-config.js b/src/theme/default-config.js
index c797dba2..39d248f9 100644
--- a/src/theme/default-config.js
+++ b/src/theme/default-config.js
@@ -207,6 +207,9 @@ const defaultTheme = {
zIndex: {
999999: '999999',
},
+ borderWidth: {
+ 0.5: '0.5px',
+ },
},
},
plugins: [],
diff --git a/version.json b/version.json
index fcf52ace..3917e46c 100644
--- a/version.json
+++ b/version.json
@@ -1,3 +1,3 @@
{
- "force-ui": "1.3.3"
+ "force-ui": "1.3.4"
}
|