@sprucelabs/spruce-heartwood-utils 29.13.20 → 29.13.21

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.
@@ -172,9 +172,9 @@ export const heartwoodTheme = {
172
172
  headerForegroundColor: '#ffffff',
173
173
  headerBackgroundColor: 'transparent',
174
174
  bodyForegroundColor: '#ffffff',
175
- bodyBackgroundColor: 'rgba(0,0,0,0.6)',
175
+ bodyBackgroundColor: 'rgba(0,0,0,0.8)',
176
176
  footerForegroundColor: '#ffffff',
177
- footerBackgroundColor: 'rgba(0,0,0,0.6)',
177
+ footerBackgroundColor: 'rgba(0,0,0,0.8)',
178
178
  },
179
179
  },
180
180
  statusIndicators: {
@@ -149,9 +149,9 @@ exports.heartwoodTheme = {
149
149
  headerForegroundColor: '#ffffff',
150
150
  headerBackgroundColor: 'transparent',
151
151
  bodyForegroundColor: '#ffffff',
152
- bodyBackgroundColor: 'rgba(0,0,0,0.6)',
152
+ bodyBackgroundColor: 'rgba(0,0,0,0.8)',
153
153
  footerForegroundColor: '#ffffff',
154
- footerBackgroundColor: 'rgba(0,0,0,0.6)',
154
+ footerBackgroundColor: 'rgba(0,0,0,0.8)',
155
155
  },
156
156
  },
157
157
  statusIndicators: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-heartwood-utils",
3
3
  "description": "Heartwood Utilities",
4
- "version": "29.13.20",
4
+ "version": "29.13.21",
5
5
  "skill": {
6
6
  "namespace": "heartwood"
7
7
  },