diff --git a/app/scripts/components/common/cookie-consent/index.tsx b/app/scripts/components/common/cookie-consent/index.tsx index 82adafb35..fe40b4748 100644 --- a/app/scripts/components/common/cookie-consent/index.tsx +++ b/app/scripts/components/common/cookie-consent/index.tsx @@ -164,6 +164,7 @@ export const CookieConsent = ({ > '. css={css` ${transitionSettings} ${themeValueCheck(theme?.iconColor?.default) && @@ -177,6 +178,7 @@ export const CookieConsent = ({ {copy && (
, HTMLDivElement>' css={css` ${themeValueCheck(theme?.card?.textColor) && `color: ` + theme?.card?.textColor}; diff --git a/tsconfig.json b/tsconfig.json index a998c8bee..65d8772ab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,6 @@ "declaration": true, "baseUrl": "./", "jsx": "react", - "types": ["@emotion/react/types/css-prop"], "paths": { "$components/*": ["app/scripts/components/*"], "$styles/*": ["app/scripts/styles/*"],