diff --git a/ui/components/ui/box/README.mdx b/ui/components/ui/box/README.mdx index ec188ab49..b1ab0543c 100644 --- a/ui/components/ui/box/README.mdx +++ b/ui/components/ui/box/README.mdx @@ -102,8 +102,4 @@ PRIMARY1: 'primary-1', PRIMARY3: 'primary-3', SECONDARY1: 'secondary-1', SECONDARY3: 'secondary-3', -SUCCESS1: 'success-1', -SUCCESS3: 'success-3', -ERROR1: 'error-1', -ALERT1: 'alert-1', ``` diff --git a/ui/components/ui/typography/README.mdx b/ui/components/ui/typography/README.mdx index afdc9eff1..a05e7c6be 100644 --- a/ui/components/ui/typography/README.mdx +++ b/ui/components/ui/typography/README.mdx @@ -118,10 +118,6 @@ PRIMARY1: 'primary-1', PRIMARY3: 'primary-3', SECONDARY1: 'secondary-1', SECONDARY3: 'secondary-3', -SUCCESS1: 'success-1', -SUCCESS3: 'success-3', -ERROR1: 'error-1', -ALERT1: 'alert-1', ``` ### Font Weight diff --git a/ui/components/ui/typography/typography.js b/ui/components/ui/typography/typography.js index 8c5792e0e..564dcc1e2 100644 --- a/ui/components/ui/typography/typography.js +++ b/ui/components/ui/typography/typography.js @@ -36,10 +36,6 @@ export const ValidColors = [ COLORS.PRIMARY3, COLORS.SECONDARY1, COLORS.SECONDARY3, - COLORS.SUCCESS1, - COLORS.SUCCESS3, - COLORS.ERROR1, - COLORS.ALERT1, ]; export const ValidTags = [ diff --git a/ui/helpers/constants/design-system.js b/ui/helpers/constants/design-system.js index b6a094542..edcda87bb 100644 --- a/ui/helpers/constants/design-system.js +++ b/ui/helpers/constants/design-system.js @@ -60,10 +60,6 @@ export const COLORS = { PRIMARY3: 'primary-3', SECONDARY1: 'secondary-1', SECONDARY3: 'secondary-3', - SUCCESS1: 'success-1', - SUCCESS3: 'success-3', - ERROR1: 'error-1', - ALERT1: 'alert-1', }; export const TYPOGRAPHY = {