diff --git a/src/views/Company/components/CompanyOverview/BasicInfoTab/index.tsx b/src/views/Company/components/CompanyOverview/BasicInfoTab/index.tsx index 57ece1c3..81537370 100644 --- a/src/views/Company/components/CompanyOverview/BasicInfoTab/index.tsx +++ b/src/views/Company/components/CompanyOverview/BasicInfoTab/index.tsx @@ -72,6 +72,7 @@ const BasicInfoTab: React.FC = ({ onTabChange={onTabChange} themePreset="blackGold" compact + contentPadding={0} /> ); };