Skip to content

Commit d56c350

Browse files
committed
Refactor AgentsListRow component to update view styles for improved layout and consistency.
1 parent 3651506 commit d56c350

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/settings/Agents/AgentsListRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function AgentsListRow({accountID, displayName, login}: AgentsListRowProps) {
2323
const StyleUtils = useStyleUtils();
2424

2525
return (
26-
<View style={[styles.flexRow, styles.alignItemsCenter, styles.highlightBG, styles.br3, styles.mh5, styles.mb3, styles.ph5, styles.pv3, styles.gap3]}>
26+
<View style={[styles.selectionListPressableItemWrapper, styles.mb2, styles.gap3]}>
2727
<ReportActionAvatars
2828
accountIDs={[accountID]}
2929
size={CONST.AVATAR_SIZE.LARGE_NORMAL}

0 commit comments

Comments
 (0)