diff --git a/ui-common/package.json b/ui-common/package.json index 16d3479f4..fc0155cc4 100644 --- a/ui-common/package.json +++ b/ui-common/package.json @@ -1,6 +1,6 @@ { "name": "@up9/mizu-common", - "version": "1.0.131", + "version": "1.0.132", "description": "Made with create-react-library", "author": "", "license": "MIT", diff --git a/ui-common/src/components/UI/Tabs.tsx b/ui-common/src/components/UI/Tabs.tsx index 573650f9b..af4a8ec2c 100644 --- a/ui-common/src/components/UI/Tabs.tsx +++ b/ui-common/src/components/UI/Tabs.tsx @@ -15,7 +15,7 @@ interface Props { classes?: any, tabs: Tab[], currentTab: string, - color: string, + color?: string, onChange: (string) => void, leftAligned?: boolean, dark?: boolean,