diff options
Diffstat (limited to 'apps/mobile/app/dashboard/(tabs)/lists.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/(tabs)/lists.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/dashboard/(tabs)/lists.tsx b/apps/mobile/app/dashboard/(tabs)/lists.tsx index a2301c36..e40be1a5 100644 --- a/apps/mobile/app/dashboard/(tabs)/lists.tsx +++ b/apps/mobile/app/dashboard/(tabs)/lists.tsx @@ -161,7 +161,7 @@ export default function Lists() { )} <Link asChild key={l.item.id} href={l.item.href} className="flex-1"> - <Pressable className="flex flex-row justify-between"> + <Pressable className="flex flex-row items-center justify-between"> <Text> {l.item.logo} {l.item.name} </Text> |
