@tidbcloud/uikit 2.0.0-beta.74 → 2.0.0-beta.75

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @tidbcloud/uikit
2
2
 
3
+ ## 2.0.0-beta.75
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix `NavLink` styles
8
+
3
9
  ## 2.0.0-beta.74
4
10
 
5
11
  ### Patch Changes
@@ -420,8 +420,8 @@ const theme = createTheme.createTheme({
420
420
  borderRadius: theme2.defaultRadius,
421
421
  transition: "background 150ms ease-in-out"
422
422
  },
423
- section: {
424
- marginRight: 10
423
+ label: {
424
+ lineHeight: "24px"
425
425
  }
426
426
  };
427
427
  }
@@ -418,8 +418,8 @@ const theme = createTheme({
418
418
  borderRadius: theme2.defaultRadius,
419
419
  transition: "background 150ms ease-in-out"
420
420
  },
421
- section: {
422
- marginRight: 10
421
+ label: {
422
+ lineHeight: "24px"
423
423
  }
424
424
  };
425
425
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tidbcloud/uikit",
3
- "version": "2.0.0-beta.74",
3
+ "version": "2.0.0-beta.75",
4
4
  "description": "tidbcloud uikit",
5
5
  "type": "module",
6
6
  "main": "dist/primitive/index.cjs",