diff options
| author | Mohamed Bassem <me@mbassem.com> | 2026-01-26 11:48:04 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2026-02-01 10:44:54 +0000 |
| commit | a6271a0352f326389b40fecb476e8e3361ec7b49 (patch) | |
| tree | bccd5c0e1f1476b041ce8491c326647a5502420c /apps/mobile/app/dashboard/(tabs)/lists.tsx | |
| parent | 9decab898983bc132835d4c517fc02aa695cb4af (diff) | |
| download | karakeep-a6271a0352f326389b40fecb476e8e3361ec7b49.tar.zst | |
fix(mobile): fix mobile list styling
Diffstat (limited to 'apps/mobile/app/dashboard/(tabs)/lists.tsx')
| -rw-r--r-- | apps/mobile/app/dashboard/(tabs)/lists.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/mobile/app/dashboard/(tabs)/lists.tsx b/apps/mobile/app/dashboard/(tabs)/lists.tsx index 6b18e2c7..2e107868 100644 --- a/apps/mobile/app/dashboard/(tabs)/lists.tsx +++ b/apps/mobile/app/dashboard/(tabs)/lists.tsx @@ -177,11 +177,11 @@ export default function Lists() { </View> } contentContainerStyle={{ - gap: 5, + gap: 6, }} renderItem={(l) => ( <View - className="mx-2 flex flex-row items-center rounded-xl border border-input bg-card px-4 py-2" + className="mx-2 flex flex-row items-center rounded-xl bg-card px-4 py-2" style={condProps({ condition: l.item.level > 0, props: { marginLeft: l.item.level * 20 }, @@ -234,7 +234,7 @@ export default function Lists() { className="flex-1" > <Pressable className="flex flex-row items-center justify-between"> - <Text> + <Text className="shrink"> {l.item.logo} {l.item.name} </Text> <ChevronRight /> |
