@sprucelabs/spruce-heartwood-utils 29.13.22 → 29.13.23
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.
@@ -168,6 +168,14 @@ export const heartwoodTheme = {
|
|
168
168
|
criticalBackgroundColor: '#f54242',
|
169
169
|
},
|
170
170
|
cardStyles: {
|
171
|
+
heading: {
|
172
|
+
headerBackgroundColor: 'transparent',
|
173
|
+
headerForegroundColor: '#ffffff',
|
174
|
+
bodyBackgroundColor: 'transparent',
|
175
|
+
bodyForegroundColor: '#ffffff',
|
176
|
+
footerBackgroundColor: 'transparent',
|
177
|
+
footerForegroundColor: '#ffffff',
|
178
|
+
},
|
171
179
|
visual: {
|
172
180
|
headerForegroundColor: '#ffffff',
|
173
181
|
headerBackgroundColor: 'transparent',
|
@@ -145,6 +145,14 @@ exports.heartwoodTheme = {
|
|
145
145
|
criticalBackgroundColor: '#f54242',
|
146
146
|
},
|
147
147
|
cardStyles: {
|
148
|
+
heading: {
|
149
|
+
headerBackgroundColor: 'transparent',
|
150
|
+
headerForegroundColor: '#ffffff',
|
151
|
+
bodyBackgroundColor: 'transparent',
|
152
|
+
bodyForegroundColor: '#ffffff',
|
153
|
+
footerBackgroundColor: 'transparent',
|
154
|
+
footerForegroundColor: '#ffffff',
|
155
|
+
},
|
148
156
|
visual: {
|
149
157
|
headerForegroundColor: '#ffffff',
|
150
158
|
headerBackgroundColor: 'transparent',
|