Skip to content

Commit 5855e45

Browse files
committed
fix: align sources action with message controls
1 parent e2a78f1 commit 5855e45

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/chat-screen/MessageItem.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ const createStyles = (theme: Theme) =>
385385
flexDirection: 'row',
386386
alignItems: 'center',
387387
gap: 6,
388-
marginLeft: 'auto',
388+
paddingLeft: 4,
389389
paddingVertical: 4,
390390
},
391391
sourcesButtonPressed: {
@@ -396,8 +396,10 @@ const createStyles = (theme: Theme) =>
396396
},
397397
sourcesButtonLabel: {
398398
fontSize: fontSizes.sm,
399+
lineHeight: 16,
399400
fontFamily: fontFamily.medium,
400401
color: theme.text.primary,
402+
includeFontPadding: false,
401403
},
402404
actionRow: {
403405
flexDirection: 'row',

0 commit comments

Comments
 (0)