Skip to content

Commit ea53d90

Browse files
committed
fix(avatars): revert overflow bg to hardcoded color for contrast
1 parent 0c64a3d commit ea53d90

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workflow-list/components/workflow-item/avatars

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workflow-list/components/workflow-item/avatars/avatars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export function Avatars({ workflowId }: AvatarsProps) {
132132
<Tooltip.Root>
133133
<Tooltip.Trigger asChild>
134134
<Avatar size='xs' style={{ zIndex: 0 } as CSSProperties}>
135-
<AvatarFallback className='border-0 bg-[var(--text-tertiary)] font-semibold text-[7px] text-white'>
135+
<AvatarFallback className='border-0 bg-[#404040] font-semibold text-[7px] text-white'>
136136
+{overflowCount}
137137
</AvatarFallback>
138138
</Avatar>

0 commit comments

Comments
 (0)