add small gap
This commit is contained in:
@@ -66,7 +66,7 @@ export function ExploreInterestsCard() {
|
|||||||
|
|
||||||
{preferences?.interests?.tags &&
|
{preferences?.interests?.tags &&
|
||||||
preferences.interests.tags.length > 0 ? (
|
preferences.interests.tags.length > 0 ? (
|
||||||
<View style={[a.flex_row, a.w_full]}>
|
<View style={[a.flex_row, a.w_full, a.gap_xs]}>
|
||||||
<View style={[a.flex_1, a.flex_row, a.overflow_hidden, {gap: 6}]}>
|
<View style={[a.flex_1, a.flex_row, a.overflow_hidden, {gap: 6}]}>
|
||||||
{preferences.interests.tags.map(tag => (
|
{preferences.interests.tags.map(tag => (
|
||||||
<View
|
<View
|
||||||
|
|||||||
Reference in New Issue
Block a user