We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d017ba1 + f700ece commit da0d765Copy full SHA for da0d765
packages/lib/src/search-bar/SearchBar.tsx
@@ -129,7 +129,7 @@ const DxcSearchBar = ({
129
</SearchBarContainer>
130
131
{typeof onCancel === "function" && (
132
- <DxcButton title="Cancel" label="Cancel" onClick={onCancel} mode="tertiary" size={{ height: "medium" }} />
+ <DxcButton label="Cancel" title="Cancel" onClick={onCancel} mode="tertiary" size={{ height: "medium" }} />
133
)}
134
</DxcFlex>
135
);
0 commit comments