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.
active
1 parent 7a40e09 commit a3e7a8aCopy full SHA for a3e7a8a
site/src/pages/ManagementSettingsPage/UserTable/UserRoleCell.tsx
@@ -166,8 +166,8 @@ const OverflowRolePill: FC<OverflowRolePillProps> = ({ roles }) => {
166
167
const styles = {
168
globalRoleBadge: (theme) => ({
169
- backgroundColor: theme.roles.success.background,
170
- borderColor: theme.roles.success.outline,
+ backgroundColor: theme.roles.active.background,
+ borderColor: theme.roles.active.outline,
171
}),
172
ownerRoleBadge: (theme) => ({
173
backgroundColor: theme.roles.info.background,
0 commit comments