We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8dafc commit 3b11414Copy full SHA for 3b11414
site/src/pages/UsersPage/UsersTable/UsersTableBody.tsx
@@ -315,12 +315,4 @@ const styles = {
315
suspended: (theme) => ({
316
color: theme.palette.text.secondary,
317
}),
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
326
} satisfies Record<string, Interpolation<Theme>>;
0 commit comments