Skip to content

Commit

Permalink
add no-select style to button
Browse files Browse the repository at this point in the history
  • Loading branch information
glassonion1 committed Sep 27, 2023
1 parent 8fc8303 commit 9b9a891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sakura-ui/core",
"version": "0.1.13",
"version": "0.1.14",
"type": "module",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
const align = textAlign ?? 'center'

const style = `
select-none
inline-block
p-4
text-button
Expand Down

0 comments on commit 9b9a891

Please sign in to comment.