reduce tabBarGutter

This commit is contained in:
Chika 2021-09-03 09:49:22 +03:00
parent 4e9a963945
commit 177246034b

View File

@ -107,7 +107,7 @@ export const renderGroups = ({ groups }) => {
export const renderSections = ({ sectionsList }) => {
return (
<Tabs type="line">
<Tabs type="line" tabBarGutter="22px">
{sectionsList.map((section, is) => {
const { title, groups } = section;
return (