We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0546382 commit c2a305dCopy full SHA for c2a305d
1 file changed
packages/lib/src/header/Header.stories.tsx
@@ -130,11 +130,11 @@ const HeaderInLayout = () => (
130
sideContent={(isResponsive) =>
131
isResponsive ? (
132
<>
133
- <DxcButton icon="settings" mode="tertiary" size={{ height: "medium" }} />
+ <DxcButton icon="settings" title="Settings" mode="tertiary" size={{ height: "medium" }} />
134
</>
135
) : (
136
137
138
<DxcButton label="Side button" mode="secondary" size={{ height: "medium" }} />
139
<DxcButton label="Another button" mode="primary" size={{ height: "medium" }} />
140
0 commit comments