diff --git a/src/screens/DirectMessagesScreen.tsx b/src/screens/DirectMessagesScreen.tsx index 43e550be..34be856f 100644 --- a/src/screens/DirectMessagesScreen.tsx +++ b/src/screens/DirectMessagesScreen.tsx @@ -371,6 +371,7 @@ export const DirectMessagesScreen = ({ pendingImages.length ? () => ( @@ -605,10 +606,12 @@ const defaultStyles = createStyles('DirectMessagesScreen', (theme) => ({ }, footer: {}, accessoryContainer: {}, + pendingImagesScrollView: { + borderTopWidth: 1, + borderTopColor: theme.colors.outlineVariant, + }, pendingImagesContainer: { height: 68, - borderTopWidth: 1, - borderTopColor: 'lightgrey', justifyContent: 'flex-start', gap: 8, paddingHorizontal: 8,