From e030f28ba04a40adfa39a98687f345cfe8c47f9b Mon Sep 17 00:00:00 2001 From: George Marshall Date: Sat, 22 Jul 2023 00:32:53 -0700 Subject: [PATCH] Removing none from sizes (#20130) Co-authored-by: Garrett Bear --- ui/helpers/constants/design-system.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/helpers/constants/design-system.ts b/ui/helpers/constants/design-system.ts index 89530360a..e1c06eb88 100644 --- a/ui/helpers/constants/design-system.ts +++ b/ui/helpers/constants/design-system.ts @@ -206,7 +206,6 @@ export enum Size { XL = 'xl', inherit = 'inherit', // Used for Text, Icon, and Button components to inherit the parent elements font-size auto = 'auto', - none = 'none', } export enum BorderStyle {