From d2b2aa2caaf5b2550e8e169e07a68260f9e49487 Mon Sep 17 00:00:00 2001 From: Peiman Date: Thu, 30 Jun 2022 13:03:46 +0430 Subject: [PATCH] fix: tab mobile view issue --- src/components/Tab/Tab.tsx | 2 +- src/components/Tabs/Tabs.stories.tsx | 4 ++-- src/components/Tabs/Tabs.tsx | 7 +------ 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/components/Tab/Tab.tsx b/src/components/Tab/Tab.tsx index be00f51..db00d42 100644 --- a/src/components/Tab/Tab.tsx +++ b/src/components/Tab/Tab.tsx @@ -12,7 +12,7 @@ export type TabProps = { export const Tab: React.FC = ({ text, active, onClick, disabled, className }) => (