diff --git a/src/styles/theme/themes/dark.ts b/src/styles/theme/themes/dark.ts index 8a9fd3cbd804..4d5894812195 100644 --- a/src/styles/theme/themes/dark.ts +++ b/src/styles/theme/themes/dark.ts @@ -85,8 +85,8 @@ const darkTheme = { tooltipSupportingText: colors.productLight800, tooltipPrimaryText: colors.productLight900, trialBannerBackgroundColor: colors.green700, - skeletonLHNIn: colors.productDark200, - skeletonLHNOut: colors.productDark300, + skeletonLHNIn: colors.productDark400, + skeletonLHNOut: colors.productDark600, QRLogo: colors.green400, starDefaultBG: 'rgb(254, 228, 94)', mapAttributionText: colors.black, diff --git a/src/styles/theme/themes/light.ts b/src/styles/theme/themes/light.ts index 6f4e5ee30e9d..1a187e85b0a2 100644 --- a/src/styles/theme/themes/light.ts +++ b/src/styles/theme/themes/light.ts @@ -85,8 +85,8 @@ const lightTheme = { tooltipSupportingText: colors.productDark800, tooltipPrimaryText: colors.productDark900, trialBannerBackgroundColor: colors.green100, - skeletonLHNIn: colors.productLight200, - skeletonLHNOut: colors.productLight300, + skeletonLHNIn: colors.productLight400, + skeletonLHNOut: colors.productLight600, QRLogo: colors.green400, starDefaultBG: 'rgb(254, 228, 94)', mapAttributionText: colors.black,