Skip to content

Commit

Permalink
[joy-ui][Button] Disable text highlighting (#41902)
Browse files Browse the repository at this point in the history
  • Loading branch information
mithun522 authored Apr 15, 2024
1 parent 19f59c7 commit 621f43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-joy/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const getButtonStyles = ({
border: 'none',
backgroundColor: 'transparent',
cursor: 'pointer',
userSelect: 'none',
display: 'inline-flex',
alignItems: 'center',
justifyContent: 'center',
Expand Down

0 comments on commit 621f43e

Please sign in to comment.