File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -207,8 +207,8 @@ export const GalleryDesign = {
207
207
renderingTarget : 'Apps' ,
208
208
} ,
209
209
colourSchemeBackground : {
210
- light : palette ( '--article-background' ) ,
211
- dark : palette ( '--article-background' ) ,
210
+ light : palette ( '--article-inner- background' ) ,
211
+ dark : palette ( '--article-inner- background' ) ,
212
212
} ,
213
213
} ,
214
214
} satisfies Story ;
@@ -240,8 +240,8 @@ export const GalleryLabsWithBranding = {
240
240
renderingTarget : 'Apps' ,
241
241
} ,
242
242
colourSchemeBackground : {
243
- light : palette ( '--article-background' ) ,
244
- dark : palette ( '--article-background' ) ,
243
+ light : palette ( '--article-inner- background' ) ,
244
+ dark : palette ( '--article-inner- background' ) ,
245
245
} ,
246
246
} ,
247
247
} satisfies Story ;
Original file line number Diff line number Diff line change @@ -349,8 +349,8 @@ export const GalleryDesign = {
349
349
design : ArticleDesign . Gallery ,
350
350
} ) ,
351
351
colourSchemeBackground : {
352
- light : palette ( '--article-background' ) ,
353
- dark : palette ( '--article-background' ) ,
352
+ light : palette ( '--article-inner- background' ) ,
353
+ dark : palette ( '--article-inner- background' ) ,
354
354
} ,
355
355
} ,
356
356
decorators : [ leftColumnDecorator ] ,
@@ -383,8 +383,8 @@ export const GalleryLabsWithBranding = {
383
383
384
384
parameters : {
385
385
colourSchemeBackground : {
386
- light : palette ( '--article-background' ) ,
387
- dark : palette ( '--article-background' ) ,
386
+ light : palette ( '--article-inner- background' ) ,
387
+ dark : palette ( '--article-inner- background' ) ,
388
388
} ,
389
389
} ,
390
390
decorators : [ leftColumnDecorator ] ,
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ GalleryStory.decorators = [
115
115
] ;
116
116
GalleryStory . parameters = {
117
117
colourSchemeBackground : {
118
- light : palette ( '--article-background' ) ,
119
- dark : palette ( '--article-background' ) ,
118
+ light : palette ( '--article-inner- background' ) ,
119
+ dark : palette ( '--article-inner- background' ) ,
120
120
} ,
121
121
} ;
122
122
You can’t perform that action at this time.
0 commit comments