Skip to content

Commit 3b11414

Browse files
committed
fix: remove redundant classes
1 parent fd8dafc commit 3b11414

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 styles = {
315315
suspended: (theme) => ({
316316
color: theme.palette.text.secondary,
317317
}),
318-
rolePill: (theme) => ({
319-
backgroundColor: theme.palette.background.paperLight,
320-
borderColor: theme.palette.divider,
321-
}),
322-
rolePillOwner: (theme) => ({
323-
backgroundColor: theme.palette.info.dark,
324-
borderColor: theme.palette.info.light,
325-
}),
326318
} satisfies Record<string, Interpolation<Theme>>;

0 commit comments

Comments
 (0)