@danikokonn/yarik-frontend-lib 2.0.58-test35 → 2.0.58-test36

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.
@@ -14,8 +14,8 @@ export default function RowContent({ row, columns, onSelectRow, onDoubleClick, c
14
14
  const treeTheme = {
15
15
  scheme: 'google',
16
16
  author: 'seth wright (http://sethawright.com)',
17
- base00: theme.palette.background.default, // background
18
- base01: theme.palette.background.paper, // lighter background
17
+ base00: theme.palette.background.paper, // background
18
+ base01: theme.palette.background.default, // lighter background
19
19
  base02: "#e0e0e0", // selection (можно взять divider)
20
20
  base03: theme.palette.text.disabled || "#9e9e9e",
21
21
  base04: theme.palette.text.secondary,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danikokonn/yarik-frontend-lib",
3
- "version": "2.0.58-test35",
3
+ "version": "2.0.58-test36",
4
4
  "license": "Apache-2.0",
5
5
  "description": "",
6
6
  "author": "",