@sprucelabs/spruce-heartwood-utils 29.13.19 → 29.13.20
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: '
|
175
|
+
bodyBackgroundColor: 'rgba(0,0,0,0.6)',
|
176
176
|
footerForegroundColor: '#ffffff',
|
177
|
-
footerBackgroundColor: '
|
177
|
+
footerBackgroundColor: 'rgba(0,0,0,0.6)',
|
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: '
|
152
|
+
bodyBackgroundColor: 'rgba(0,0,0,0.6)',
|
153
153
|
footerForegroundColor: '#ffffff',
|
154
|
-
footerBackgroundColor: '
|
154
|
+
footerBackgroundColor: 'rgba(0,0,0,0.6)',
|
155
155
|
},
|
156
156
|
},
|
157
157
|
statusIndicators: {
|