diff --git a/components/Button/index.tsx b/components/Button/index.tsx index 1986b37f..3fcd68f5 100644 --- a/components/Button/index.tsx +++ b/components/Button/index.tsx @@ -81,7 +81,8 @@ class Button extends React.Component { return } } diff --git a/utils/enums.tsx b/utils/enums.tsx index ca8289b1..caf17d02 100644 --- a/utils/enums.tsx +++ b/utils/enums.tsx @@ -1,5 +1,6 @@ export enum ButtonType { Base, + IconOnly, Destructive }