diff --git a/.changeset/chubby-beans-type.md b/.changeset/chubby-beans-type.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/chubby-beans-type.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/ui/src/components/OrganizationProfile/MemberListTable.tsx b/packages/ui/src/components/OrganizationProfile/MemberListTable.tsx index c47c185581a..9eb9592e108 100644 --- a/packages/ui/src/components/OrganizationProfile/MemberListTable.tsx +++ b/packages/ui/src/components/OrganizationProfile/MemberListTable.tsx @@ -242,6 +242,12 @@ const RolesListItem = memo((props: RolesListItemProps) => { width: '100%', padding: `${theme.space.$2} ${theme.space.$4}`, borderRadius: theme.radii.$md, + '&:hover': { + backgroundColor: theme.colors.$neutralAlpha100, + }, + '&[data-focused="true"]': { + backgroundColor: theme.colors.$neutralAlpha150, + }, }), sx, ]}