-
setAssignedMemberSearchInput(e.target.value.trim())
@@ -368,6 +367,13 @@ function ManageTag(): JSX.Element {
data-testid="searchByName"
autoComplete="off"
/>
+
{assignedMemberSortOrder === 'DESCENDING'
@@ -402,7 +409,7 @@ function ManageTag(): JSX.Element {
-
-
- {t('createTag')}
-
+
+
+
+ {t('createTag')}
+
+
{orgUserTagsLoading || createUserTagLoading ? (
@@ -400,7 +401,29 @@ function OrganizationTags(): JSX.Element {
),
}}
- sx={dataGridStyle}
+ sx={{
+ borderRadius: '20px',
+ backgroundColor: '#EAEBEF',
+ '& .MuiDataGrid-row': {
+ backgroundColor: '#eff1f7',
+ '&:focus-within': {
+ // outline: '2px solid #000',
+ outlineOffset: '-2px',
+ },
+ },
+ '& .MuiDataGrid-row:hover': {
+ backgroundColor: '#EAEBEF',
+ boxShadow: '0 0 0 1px rgba(0, 0, 0, 0.1)',
+ },
+ '& .MuiDataGrid-row.Mui-hovered': {
+ backgroundColor: '#EAEBEF',
+ boxShadow: '0 0 0 1px rgba(0, 0, 0, 0.1)',
+ },
+ '& .MuiDataGrid-cell:focus': {
+ // outline: '2px solid #000',
+ outlineOffset: '-2px',
+ },
+ }}
getRowClassName={() => `${styles.rowBackground}`}
autoHeight
rowHeight={65}
@@ -427,11 +450,11 @@ function OrganizationTags(): JSX.Element {
centered
>