@balena/ui-shared-components 6.1.1 → 6.1.2

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.
Files changed (2) hide show
  1. package/dist/theme.js +1 -1
  2. package/package.json +2 -2
package/dist/theme.js CHANGED
@@ -380,7 +380,7 @@ export const theme = createTheme({
380
380
  props: { variant: 'light', color: 'secondary' },
381
381
  style: {
382
382
  color: color.text.value,
383
- backgroundColor: color.bg.subtle.value,
383
+ backgroundColor: color.bg.value,
384
384
  border: `1px solid ${color.border.value}`,
385
385
  ':hover': {
386
386
  backgroundColor: color.palette.neutral[75].value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -112,6 +112,6 @@
112
112
  },
113
113
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
114
114
  "versionist": {
115
- "publishedAt": "2024-06-20T15:58:39.130Z"
115
+ "publishedAt": "2024-06-20T17:35:51.977Z"
116
116
  }
117
117
  }