Snapshot should match snapshot with badges and icons 1`
role="tab"
>
Snapshot should match snapshot with badges and icons 1`
class="c3"
>
4
diff --git a/components/index.css b/components/index.css
index 50b15f4a6..321b3c153 100644
--- a/components/index.css
+++ b/components/index.css
@@ -13,3 +13,4 @@
@import "./Grid/index.css";
@import "./CircularLoader/index.css";
@import "./Skeleton/index.css";
+@import "./Badge/index.css";
diff --git a/components/shared/theme.d.ts b/components/shared/theme.d.ts
index 009b9530b..036000572 100644
--- a/components/shared/theme.d.ts
+++ b/components/shared/theme.d.ts
@@ -109,38 +109,6 @@ export interface componentsProps {
};
};
};
- badge: {
- skins: {
- neutral: {
- background: colorsProps["neutral"][100];
- text: colorsProps["neutral"][700];
- };
- primary: {
- background: colorsProps["primary"][700];
- text: colorsProps["neutral"][100];
- };
- secondary: {
- background: colorsProps["secondary"][500];
- text: colorsProps["neutral"][0];
- };
- error: {
- background: colorsProps["error"][500];
- text: colorsProps["neutral"][100];
- };
- success: {
- background: colorsProps["success"][100];
- text: colorsProps["success"][900];
- };
- };
- };
- container: {
- breakpoints: {
- xsmall: string;
- small: string;
- medium: string;
- large: string;
- };
- };
tag: {
skins: {
neutral: {
diff --git a/components/shared/theme.js b/components/shared/theme.js
index 767b91098..81c4dae0f 100644
--- a/components/shared/theme.js
+++ b/components/shared/theme.js
@@ -109,38 +109,6 @@ const components = {
},
},
},
- badge: {
- skins: {
- neutral: {
- background: colors.neutral[100],
- text: colors.neutral[700],
- },
- primary: {
- background: colors.primary[700],
- text: colors.neutral[100],
- },
- secondary: {
- background: colors.secondary[500],
- text: colors.neutral[0],
- },
- error: {
- background: colors.error[500],
- text: colors.neutral[100],
- },
- success: {
- background: colors.success[100],
- text: colors.success[900],
- },
- },
- },
- container: {
- breakpoints: {
- xsmall: '100%,',
- small: '100%',
- medium: '1024px',
- large: '1440px',
- },
- },
tag: {
skins: {
neutral: {