trithuc-mvc-react 3.3.9 → 3.4.0

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.
@@ -178,7 +178,7 @@ export const TableRowRenderSM = ({
178
178
  };
179
179
  const modernButtonStyle = {
180
180
  fontWeight: 400,
181
- fontSize: "0.7rem",
181
+ fontSize: "0.65rem",
182
182
  borderRadius: 2,
183
183
  minWidth: 90,
184
184
  textTransform: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "3.3.9",
3
+ "version": "3.4.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"