Skip to content

Commit 90a50b4

Browse files
committed
changes for MSFT-104
1 parent 50d6622 commit 90a50b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/Button.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function Button({
3030
if (disabled) {
3131
if (theme.disabled) className += ` ${theme.disabled}`;
3232
return (
33-
<div className={className}>
33+
<div role="button" className={className}>
3434
{children}
3535
</div>
3636
);

0 commit comments

Comments
 (0)