Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner committed Jan 21, 2025
1 parent 77eeb88 commit 9e4aba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/ProgressBar/ProgressBar.figma.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ figma.connect(
gray: 'neutral.epmhasis',
}),
},
example: ({color}) => <ProgressBarItem bg={color} />,
example: ({color}) => <ProgressBarItem aria-label="Uploading image.png" bg={color} />,
},
)

0 comments on commit 9e4aba1

Please sign in to comment.