Skip to content

Commit cfd1807

Browse files
committed
fix: remove redundant css styles
1 parent a33fe0c commit cfd1807

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

site/src/pages/UsersPage/UsersTable/UsersTableBody.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,4 @@ const useStyles = makeStyles((theme) => ({
315315
suspended: {
316316
color: theme.palette.text.secondary,
317317
},
318-
rolePill: {
319-
backgroundColor: theme.palette.background.paperLight,
320-
borderColor: theme.palette.divider,
321-
},
322-
rolePillOwner: {
323-
backgroundColor: theme.palette.info.dark,
324-
borderColor: theme.palette.info.light,
325-
},
326318
}));

0 commit comments

Comments
 (0)