File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,25 +58,12 @@ export const embeddedBorderWidth = {
5858 banner : 1 ,
5959} ;
6060
61- export const embeddedMediaImageBorderColors = {
62- notification : '#E0DEDF' ,
63- card : '#E0DEDF' ,
64- banner : '#E0DEDF' ,
65- } ;
66-
67- export const embeddedMediaImageBackgroundColors = {
68- notification : '#F5F4F4' ,
69- card : '#F5F4F4' ,
70- banner : '#F5F4F4' ,
71- } ;
72-
7361export const embeddedStyles = {
7462 backgroundColor : embeddedBackgroundColors ,
7563 bodyText : embeddedBodyTextColors ,
7664 borderColor : embeddedBorderColors ,
7765 borderCornerRadius : embeddedBorderRadius ,
7866 borderWidth : embeddedBorderWidth ,
79- mediaImageBorder : embeddedMediaImageBorderColors ,
8067 primaryBtnBackgroundColor : embeddedPrimaryBtnBackgroundColors ,
8168 primaryBtnTextColor : embeddedPrimaryBtnTextColors ,
8269 secondaryBtnBackground : embeddedSecondaryBtnBackgroundColors ,
You can’t perform that action at this time.
0 commit comments