Skip to content

Commit

Permalink
storybookjs#15734: Add better icon for Reset controls button.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesome31 authored and niklasmh committed Aug 17, 2021
1 parent 64cfd18 commit 3e4ddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/src/blocks/ArgsTable/ArgsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ export const ArgsTable: FC<ArgsTableProps> = (props) => {
Control{' '}
{resetArgs && (
<ResetButton onClick={() => resetArgs()} title="Reset controls">
<Icons icon="sync" aria-hidden />
<Icons icon="undo" aria-hidden />
</ResetButton>
)}
</ControlHeadingWrapper>
Expand Down

0 comments on commit 3e4ddc6

Please sign in to comment.