Skip to content

Commit a3e7a8a

Browse files
committed
actually, use active
1 parent 7a40e09 commit a3e7a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/ManagementSettingsPage/UserTable/UserRoleCell.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ const OverflowRolePill: FC<OverflowRolePillProps> = ({ roles }) => {
166166

167167
const styles = {
168168
globalRoleBadge: (theme) => ({
169-
backgroundColor: theme.roles.success.background,
170-
borderColor: theme.roles.success.outline,
169+
backgroundColor: theme.roles.active.background,
170+
borderColor: theme.roles.active.outline,
171171
}),
172172
ownerRoleBadge: (theme) => ({
173173
backgroundColor: theme.roles.info.background,

0 commit comments

Comments
 (0)