Skip to content

Commit 1a4613d

Browse files
authored
fix(TaskPill): fix icon alignment (#289)
1 parent 3e45c12 commit 1a4613d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/pipelines/components/nodes/TaskPill.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const TaskPill: React.FC<TaskPillProps> = observer(
300300
r={statusBackgroundRadius}
301301
/>
302302
{status && (!hiddenDetailsShownStatuses || hiddenDetailsShownStatuses.includes(status)) ? (
303-
<g transform={`translate(4, 4)`}>
303+
<g transform={`translate(5, 5)`}>
304304
<g
305305
className={css(
306306
styles.topologyPipelinesStatusIcon,

0 commit comments

Comments
 (0)