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.
<UserGroupsCell />
1 parent 6f76439 commit 674f476Copy full SHA for 674f476
site/src/pages/UsersPage/UsersTable/UserGroupsCell.tsx
@@ -31,7 +31,7 @@ export const UserGroupsCell: FC<GroupsCellProps> = ({ userGroups }) => {
31
<Tooltip delayDuration={0}>
32
<TooltipTrigger asChild>
33
<button
34
- className="cursor-pointer bg-transparent border-none p-0 color-inherit leading-none"
+ className="cursor-pointer bg-transparent border-none p-0 text-inherit leading-none"
35
type="button"
36
>
37
<div className="flex flex-row gap-2 items-center">
0 commit comments