File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11import { css } from '@emotion/react' ;
22import {
33 headlineMedium17 ,
4- palette as sourcePalette ,
54 textEgyptianItalic17 ,
65 textSansItalic17 ,
76 until ,
Original file line number Diff line number Diff line change @@ -59,6 +59,12 @@ export const LinkCopied = () => {
5959 isCopied = { true }
6060 isLiveBlogMeta = { false }
6161 size = "small"
62+ format = { {
63+ display : ArticleDisplay . Standard ,
64+ theme : Pillar . News ,
65+ design : ArticleDesign . Standard ,
66+ } }
67+ context = "ArticleMeta"
6268 />
6369 ) ;
6470} ;
@@ -72,6 +78,12 @@ export const LiveBlogMobileMeta = () => {
7278 isCopied = { false }
7379 isLiveBlogMeta = { true }
7480 size = "small"
81+ format = { {
82+ display : ArticleDisplay . Standard ,
83+ theme : Pillar . News ,
84+ design : ArticleDesign . Standard ,
85+ } }
86+ context = "ArticleMeta"
7587 />
7688 ) ;
7789} ;
@@ -99,6 +111,12 @@ export const EmailLinkStory = () => {
99111 ` }
100112 isLiveBlogMeta = { true }
101113 size = "small"
114+ format = { {
115+ display : ArticleDisplay . Standard ,
116+ theme : Pillar . News ,
117+ design : ArticleDesign . Standard ,
118+ } }
119+ context = "ArticleMeta"
102120 />
103121 ) ;
104122} ;
You can’t perform that action at this time.
0 commit comments