Browse Source

Fixed Gap in Category Card

Savio Fernando 11 months ago
parent
commit
71562c24e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/organisms/Sections/CategorySearchSection.js

+ 1 - 1
src/components/organisms/Sections/CategorySearchSection.js

@@ -47,7 +47,7 @@ const CategorySearchSection = props => {
             padding: moderateScale(10),
             alignItems: 'center',
             justifyContent: 'center',
-            gap: verticalScale(16)
+            gap: verticalScale(8)
         },
         categoryIcon: {
             height: moderateScale(36),