Skip to content

Commit 674f476

Browse files
committed
fix: resolve <UserGroupsCell />
1 parent 6f76439 commit 674f476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/UsersPage/UsersTable/UserGroupsCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const UserGroupsCell: FC<GroupsCellProps> = ({ userGroups }) => {
3131
<Tooltip delayDuration={0}>
3232
<TooltipTrigger asChild>
3333
<button
34-
className="cursor-pointer bg-transparent border-none p-0 color-inherit leading-none"
34+
className="cursor-pointer bg-transparent border-none p-0 text-inherit leading-none"
3535
type="button"
3636
>
3737
<div className="flex flex-row gap-2 items-center">

0 commit comments

Comments
 (0)