Fixing Tabs for Ent (#909)

Co-authored-by: gadotroee <55343099+gadotroee@users.noreply.github.com>
This commit is contained in:
Adam Kol 2022-03-22 16:04:04 +02:00 committed by GitHub
parent bc7776cbd3
commit 17f7879cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -15,7 +15,7 @@ interface Props {
classes?: any,
tabs: Tab[],
currentTab: string,
color: string,
color?: string,
onChange: (string) => void,
leftAligned?: boolean,
dark?: boolean,