We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3ce861 + bd260a9 commit 7639debCopy full SHA for 7639deb
src/theme/components/button.ts
@@ -26,6 +26,7 @@ const baseStyle = (props: any) => {
26
cursor: 'not-allowed',
27
},
28
cursor: 'pointer',
29
+ userSelect: 'none',
30
31
_text: {
32
fontWeight: 'medium',
src/theme/styled-system.ts
@@ -571,6 +571,7 @@ const extraProps = {
571
572
cursor: true,
573
overflow: true,
574
+ userSelect: { property: 'userSelect' },
575
} as const;
576
577
export const propConfig = {
0 commit comments