Skip to content

Commit e875e25

Browse files
author
tfomkin
committed
fix: horizontal padding added
1 parent 54f4763 commit e875e25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/mobile/chat/features/follow-ups-list/src/lib/component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function FollowUpsList({ onPress, followUps, containerClassName }: Follow
2222
<View key={followUp}>
2323
<AppPressable
2424
onPress={() => onPress(followUp)}
25-
className='active:opacity-1 active:bg-background-secondary py-8'>
25+
className='active:opacity-1 active:bg-background-secondary p-8'>
2626
<AppText className='text-text-secondary text-sm-sm'>{followUp}</AppText>
2727
</AppPressable>
2828

0 commit comments

Comments
 (0)