We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921425d commit 7efff47Copy full SHA for 7efff47
1 file changed
packages/lib/src/action-icon/ActionIcon.stories.tsx
@@ -218,7 +218,7 @@ const Tooltip = () => (
218
<>
219
<Title title="Default tooltip" theme="ligth" level={2} />
220
<ExampleContainer>
221
- <DxcActionIcon title="Home" icon="home" color="neutral" />
+ <DxcActionIcon title="Home" icon="home" color="neutral" onClick={() => console.log()} />
222
</ExampleContainer>
223
</>
224
);
0 commit comments