diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/ui.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/ui.tsx b/components/ui.tsx index 8fa9657..7f10424 100644 --- a/components/ui.tsx +++ b/components/ui.tsx @@ -56,6 +56,7 @@ export function Button(props: { position: "relative", textDecoration: "none", display: "block", + userSelect: "none", ...props.style }}> { |