File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5108,6 +5108,8 @@ const productCardReadMoreLight: PaletteFunction = () =>
51085108 sourcePalette . lifestyle [ 400 ] ;
51095109const productCardReadMoreDark : PaletteFunction = ( ) =>
51105110 sourcePalette . lifestyle [ 600 ] ;
5111+ const productCardReadMoreDecoration : PaletteFunction = ( ) =>
5112+ sourcePalette . neutral [ 86 ] ;
51115113
51125114const privacyTextRegularLight : PaletteFunction = ( ) => sourcePalette . neutral [ 7 ] ;
51135115const privacyTextDark : PaletteFunction = ( ) => sourcePalette . neutral [ 86 ] ;
@@ -7558,8 +7560,8 @@ const paletteColours = {
75587560 dark : productCardReadMoreDark ,
75597561 } ,
75607562 '--product-card-read-more-decoration' : {
7561- light : productCardBorderNeutralLight ,
7562- dark : productCardBorderNeutralLight ,
7563+ light : productCardReadMoreDecoration ,
7564+ dark : productCardReadMoreDecoration ,
75637565 } ,
75647566 '--pullquote-background' : {
75657567 light : pullQuoteBackgroundLight ,
You can’t perform that action at this time.
0 commit comments