diff --git a/routes/OtherCat.tsx b/routes/OtherCat.tsx index 749b522..bb2cf39 100644 --- a/routes/OtherCat.tsx +++ b/routes/OtherCat.tsx @@ -72,7 +72,7 @@ export default function OtherCat({theme, otherCategories, setOtherCategories, se ADD NEW CATEGORY - + {catSorted.map((cat:any) => { return ( {setShowBack('categories');setSelCat(cat); setTitle(cat.title);}} to='/other' style={st.category} key={cat.id}> @@ -143,6 +143,7 @@ const style = (theme:any) => { textAlign: 'center', padding: 10, backgroundColor: theme.primary, + marginBottom: 20, }, category: { color: theme.text,