Skip to content

Commit

Permalink
Merge pull request #49 from eMerzh/remove_unselect
Browse files Browse the repository at this point in the history
fix: remove strange user selection rule
  • Loading branch information
h16nning authored Feb 11, 2024
2 parents 73297b8 + b6f0970 commit 9742874
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/style/StyleProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import {
Popover,
Select,
Tabs,
Text,
Title,
Tooltip,
createTheme,
} from "@mantine/core";
Expand Down Expand Up @@ -109,16 +107,6 @@ export const presetTheme = createTheme({
Badge: Badge.extend({
classNames: badge,
}),
Text: Text.extend({
styles: () => ({
root: { userSelect: "none" },
}),
}),
Title: Title.extend({
styles: () => ({
root: { userSelect: "none" },
}),
}),
Button: Button.extend({
classNames: button,
}),
Expand Down

0 comments on commit 9742874

Please sign in to comment.