Skip to content

Commit fd91c2b

Browse files
committed
refactor: remove unused media image border and background color constants
1 parent b6d5354 commit fd91c2b

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/embedded/constants/embeddedViewDefaults.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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-
7361
export 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,

0 commit comments

Comments
 (0)